summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-23 22:58:39 +0100
committerLibravatar emersion <contact@emersion.fr>2018-05-23 22:59:24 +0100
commitdf61bfbb57ac9f7054dd6fe1c1e9398f0545d76b (patch)
tree3dc61f6ba02d754e71df1499c406f8586b853f76 /include
parentswaylock: don't try to render unconfigured surfaces (diff)
downloadsway-df61bfbb57ac9f7054dd6fe1c1e9398f0545d76b.tar.gz
sway-df61bfbb57ac9f7054dd6fe1c1e9398f0545d76b.tar.zst
sway-df61bfbb57ac9f7054dd6fe1c1e9398f0545d76b.zip
swaylock: remove unused field
Diffstat (limited to 'include')
-rw-r--r--include/swaylock/swaylock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h
index 27db67cd..dae823b8 100644
--- a/include/swaylock/swaylock.h
+++ b/include/swaylock/swaylock.h
@@ -39,7 +39,6 @@ struct swaylock_state {
39 struct wl_list surfaces; 39 struct wl_list surfaces;
40 struct wl_list images; 40 struct wl_list images;
41 struct swaylock_args args; 41 struct swaylock_args args;
42 cairo_surface_t *background_image;
43 struct swaylock_password password; 42 struct swaylock_password password;
44 struct swaylock_xkb xkb; 43 struct swaylock_xkb xkb;
45 enum auth_state auth_state; 44 enum auth_state auth_state;