From 6d971af5c3ceae870c424325ca06fc635703bb29 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 17 Jul 2016 11:55:05 -0400 Subject: Turn swaybg into a shell surface --- include/extensions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/extensions.h b/include/extensions.h index d26e95c1..f6b0c00e 100644 --- a/include/extensions.h +++ b/include/extensions.h @@ -11,6 +11,8 @@ struct background_config { wlc_resource surface; // we need the wl_resource of the surface in the destructor struct wl_resource *wl_surface_res; + struct wl_client *client; + wlc_handle handle; }; struct panel_config { -- cgit v1.2.3-54-g00ecf