summaryrefslogtreecommitdiff
path: root/include/extensions.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2015-11-19 07:23:11 -0500
committerDrew DeVault <[email protected]>2015-11-19 07:23:11 -0500
commit4a1584be535a2d851250854d46a3563e222fe953 (patch)
tree0e4b20ccca782bf68d0a12a200df1997b5f547ee /include/extensions.h
parent65b8a5c3ce023584cdc5dd84394ea1101c9f23e9 (diff)
Fix background extensions
Thanks @Cloudef, it works great
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 @@
#define _SWAY_EXTENSIONS_H
#include "list.h"
+#include "wlc/wlc-wayland.h"
struct background_config {
wlc_handle output;
- wlc_handle surface;
+ wlc_resource surface;
};
struct desktop_shell_state {