summaryrefslogtreecommitdiffstats
path: root/include/sway/extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/extensions.h')
-rw-r--r--include/sway/extensions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sway/extensions.h b/include/sway/extensions.h
index f6b0c00e..5212eb3a 100644
--- a/include/sway/extensions.h
+++ b/include/sway/extensions.h
@@ -42,8 +42,15 @@ struct swaylock_state {
42 wlc_resource surface; 42 wlc_resource surface;
43}; 43};
44 44
45struct decoration_state {
46 list_t *csd_resources;
47};
48
45extern struct desktop_shell_state desktop_shell; 49extern struct desktop_shell_state desktop_shell;
50extern struct decoration_state decoration_state;
46 51
47void register_extensions(void); 52void register_extensions(void);
48 53
54void server_decoration_enable_csd(wlc_handle handle);
55
49#endif 56#endif