diff options
author | emersion <contact@emersion.fr> | 2017-10-05 11:47:58 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-05 19:10:23 +0200 |
commit | ef5914bdb61e788cf3b62378c4e7a14d8bf0430f (patch) | |
tree | 9f4528a96dc9ccb7d8cc65c6ebe2cca2a876005a /include | |
parent | 0c22ad09a7f4673b533c70f5a9a6bfcb523eba3a (diff) |
xwayland: add wlr_xwayland_surface->motif_hints
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 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; |