mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
swaylock: Use common event loop
This commit is contained in:
parent
4056c09e13
commit
9c833c661a
2 changed files with 13 additions and 2 deletions
|
|
@ -54,6 +54,7 @@ struct swaylock_password {
|
|||
};
|
||||
|
||||
struct swaylock_state {
|
||||
struct loop *eventloop;
|
||||
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