From 4a1584be535a2d851250854d46a3563e222fe953 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 19 Nov 2015 07:23:11 -0500 Subject: Fix background extensions Thanks @Cloudef, it works great --- include/extensions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/extensions.h') 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 { -- cgit v1.2.3-54-g00ecf