xwm: create colormap and visual depth detection

This commit is contained in:
Tony Crisci 2017-10-27 15:20:50 -04:00
parent be297d9d14
commit 325def3841
3 changed files with 47 additions and 4 deletions

View file

@ -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;