diff options
author | emersion <contact@emersion.fr> | 2018-05-18 21:57:58 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-05-18 21:57:58 +0100 |
commit | b7ab7c0e66433aacaaccce08d6e40304e6f6593c (patch) | |
tree | cf888c149521a7c2f5f705a361adaed98710a5b7 /include/swaylock/swaylock.h | |
parent | e4dbafe4d84c8666a2f658fd195a47d13ae42378 (diff) |
Fix output hotplugging
Diffstat (limited to 'include/swaylock/swaylock.h')
-rw-r--r-- | include/swaylock/swaylock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h index a82d6b86..56ec0afb 100644 --- a/include/swaylock/swaylock.h +++ b/include/swaylock/swaylock.h @@ -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; |