diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-27 15:20:50 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-27 15:20:50 -0400 |
commit | 325def38418f5caefd6dc23749dd2ca6bae0a36c (patch) | |
tree | 2ff0d1d0431f1be11fcae076f8cdfd8c5e7b695b /include | |
parent | be297d9d144739e39e9264bc91fa95990873ced0 (diff) |
xwm: create colormap and visual depth detection
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland.h | 2 |
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; |