summaryrefslogtreecommitdiffstats
path: root/include/extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extensions.h')
-rw-r--r--include/extensions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/extensions.h b/include/extensions.h
index 3e2d1cde..2fca23c1 100644
--- a/include/extensions.h
+++ b/include/extensions.h
@@ -2,10 +2,11 @@
2#define _SWAY_EXTENSIONS_H 2#define _SWAY_EXTENSIONS_H
3 3
4#include "list.h" 4#include "list.h"
5#include "wlc/wlc-wayland.h"
5 6
6struct background_config { 7struct background_config {
7 wlc_handle output; 8 wlc_handle output;
8 wlc_handle surface; 9 wlc_resource surface;
9}; 10};
10 11
11struct desktop_shell_state { 12struct desktop_shell_state {