summaryrefslogtreecommitdiffstats
path: root/include/extensions.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-19 07:23:11 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-19 07:23:11 -0500
commit4a1584be535a2d851250854d46a3563e222fe953 (patch)
tree0e4b20ccca782bf68d0a12a200df1997b5f547ee /include/extensions.h
parentAdd background handling (diff)
downloadsway-4a1584be535a2d851250854d46a3563e222fe953.tar.gz
sway-4a1584be535a2d851250854d46a3563e222fe953.tar.zst
sway-4a1584be535a2d851250854d46a3563e222fe953.zip
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 @@
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 {