swaylock: Use common event loop

This commit is contained in:
Ryan Dwyer 2018-10-13 16:14:35 +10:00
parent 4056c09e13
commit 9c833c661a
2 changed files with 13 additions and 2 deletions

View file

@ -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;