diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-19 07:23:11 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-19 07:23:11 -0500 |
| commit | 5875de922328672e67466bb8271247fc67e74040 (patch) | |
| tree | 0e4b20ccca782bf68d0a12a200df1997b5f547ee /include | |
| parent | fb8bf617250415ebfdb006cd95cc90752da19b37 (diff) | |
Fix background extensions
Thanks @Cloudef, it works great
Diffstat (limited to 'include')
| -rw-r--r-- | include/extensions.h | 3 |
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 { |
