mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
swaylock: Don't wait too long for surface damage before verifying
This commit is contained in:
parent
fa11b7f701
commit
f98f351a52
2 changed files with 19 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue