diff options
author | emersion <contact@emersion.fr> | 2018-09-24 12:48:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-24 12:48:57 +0200 |
commit | 5b687b4a9676448148aa8da1917b849857aae78f (patch) | |
tree | c56a656b35fc28cbfd6500732432a51ddf2b04b9 /include | |
parent | f5658c2ca2b46b876ffeeaaff3c43d7073536244 (diff) | |
parent | 44613c0fa601549ffb5135aa44bdcbf002ecdbd6 (diff) |
Merge pull request #1260 from RyanDwyer/xwayland-set-decorations
xwayland: Introduce set_decorations event
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index eb5d6985..8247aa15 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -163,6 +163,7 @@ struct wlr_xwayland_surface { struct wl_signal set_pid; struct wl_signal set_window_type; struct wl_signal set_hints; + struct wl_signal set_decorations; struct wl_signal set_override_redirect; struct wl_signal ping_timeout; } events; |