From ef5914bdb61e788cf3b62378c4e7a14d8bf0430f Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 5 Oct 2017 11:47:58 +0200 Subject: xwayland: add wlr_xwayland_surface->motif_hints --- include/wlr/xwayland.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 3525ff3b..dc9798b2 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -53,6 +53,8 @@ struct wlr_xwayland_surface { xcb_atom_t *protocols; size_t protocols_len; + uint32_t motif_hints[5]; + struct { struct wl_signal destroy; -- cgit v1.2.3