Fix output hotplugging

This commit is contained in:
emersion 2018-05-18 21:57:58 +01:00
parent e4dbafe4d8
commit b7ab7c0e66
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 43 additions and 31 deletions

View file

@ -38,6 +38,7 @@ struct swaylock_state {
struct wl_shm *shm;
struct wl_list surfaces;
struct swaylock_args args;
cairo_surface_t *background_image;
struct swaylock_password password;
struct swaylock_xkb xkb;
enum auth_state auth_state;