aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-27 15:20:50 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-27 15:20:50 -0400
commit325def38418f5caefd6dc23749dd2ca6bae0a36c (patch)
tree2ff0d1d0431f1be11fcae076f8cdfd8c5e7b695b /include/wlr
parentbe297d9d144739e39e9264bc91fa95990873ced0 (diff)
xwm: create colormap and visual depth detection
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/xwayland.h2
1 files changed, 2 insertions, 0 deletions
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;