From 325def38418f5caefd6dc23749dd2ca6bae0a36c Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Fri, 27 Oct 2017 15:20:50 -0400 Subject: xwm: create colormap and visual depth detection --- include/wlr/xwayland.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index cc5d06cb..2d968133 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -102,6 +102,8 @@ struct wlr_xwayland_surface { bool maximized_vert; bool maximized_horz; + bool has_alpha; + struct { struct wl_signal destroy; struct wl_signal request_configure; -- cgit v1.2.3