aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-09-24 20:14:02 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-09-24 20:14:02 +1000
commit44613c0fa601549ffb5135aa44bdcbf002ecdbd6 (patch)
treec56a656b35fc28cbfd6500732432a51ddf2b04b9 /include
parentf5658c2ca2b46b876ffeeaaff3c43d7073536244 (diff)
xwayland: Introduce set_decorations event
Diffstat (limited to 'include')
-rw-r--r--include/wlr/xwayland.h1
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;