core: dispatch on exit instead of roundtrip

This commit is contained in:
Vaxry 2024-02-27 13:25:57 +00:00
parent fd8b81aec8
commit 2c7027d2b5
1 changed files with 1 additions and 1 deletions

View File

@ -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() {