swaylock: Don't wait too long for surface damage before verifying

This commit is contained in:
Ryan Dwyer 2018-10-13 17:06:33 +10:00
parent fa11b7f701
commit f98f351a52
2 changed files with 19 additions and 1 deletions

View file

@ -57,6 +57,7 @@ struct swaylock_state {
struct loop *eventloop;
struct loop_event *clear_indicator_timer; // clears the indicator
struct loop_event *clear_password_timer; // clears the password buffer
struct loop_event *verify_password_timer;
struct wl_display *display;
struct wl_compositor *compositor;
struct zwlr_layer_shell_v1 *layer_shell;