aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 {
wlc_resource surface;
};
+struct decoration_state {
+ list_t *csd_resources;
+};
+
extern struct desktop_shell_state desktop_shell;
+extern struct decoration_state decoration_state;
void register_extensions(void);
+void server_decoration_enable_csd(wlc_handle handle);
+
#endif