mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
Fix display of the "verifying" message in swaylock.
This commit is contained in:
parent
b1e72461cf
commit
a2ec576f5a
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ void swaylock_handle_key(struct swaylock_state *state,
|
|||
case XKB_KEY_Return:
|
||||
state->auth_state = AUTH_STATE_VALIDATING;
|
||||
damage_state(state);
|
||||
wl_display_dispatch(state->display);
|
||||
wl_display_roundtrip(state->display);
|
||||
if (attempt_password(&state->password)) {
|
||||
state->run_display = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue