Skip to content

Commit

Permalink
core: dispatch on exit instead of roundtrip
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Feb 27, 2024
1 parent fd8b81a commit 2c7027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/hyprlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2c7027d

Please sign in to comment.