summaryrefslogtreecommitdiffstats
path: root/swaylock/password.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaylock/password.c')
-rw-r--r--swaylock/password.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaylock/password.c b/swaylock/password.c
index 2927a9a9..06c1180c 100644
--- a/swaylock/password.c
+++ b/swaylock/password.c
@@ -101,6 +101,7 @@ void swaylock_handle_key(struct swaylock_state *state,
101 case XKB_KEY_Return: 101 case XKB_KEY_Return:
102 state->auth_state = AUTH_STATE_VALIDATING; 102 state->auth_state = AUTH_STATE_VALIDATING;
103 render_frames(state); 103 render_frames(state);
104 wl_display_roundtrip(state->display);
104 if (attempt_password(&state->password)) { 105 if (attempt_password(&state->password)) {
105 exit(0); 106 exit(0);
106 } 107 }