mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
core: dispatch on exit instead of roundtrip
This commit is contained in:
parent
fd8b81aec8
commit
2c7027d2b5
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ void CHyprlock::unlockSession() {
|
|||
m_bTerminate = true;
|
||||
m_bLocked = false;
|
||||
|
||||
wl_display_roundtrip(m_sWaylandState.display);
|
||||
wl_display_dispatch(m_sWaylandState.display);
|
||||
}
|
||||
|
||||
void CHyprlock::onLockLocked() {
|
||||
|
|
Loading…
Reference in a new issue