aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-09-03 17:07:07 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-09-03 17:07:14 +1000
commitb8cc4a4152e5bf7bbe9644c63bcf0e874bb28322 (patch)
treee91018bcc191d95c50fe599f3a15ab1a7fc6886e /include/wlr
parentd22431d969d055b4ef82b21daa6f7b6dfb3e1f2b (diff)
xwayland: Introduce set_role event
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/xwayland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index cf1c2cd1..eb5d6985 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -116,6 +116,7 @@ struct wlr_xwayland_surface {
char *title;
char *class;
char *instance;
+ char *role;
pid_t pid;
bool has_utf8_title;
@@ -157,6 +158,7 @@ struct wlr_xwayland_surface {
struct wl_signal unmap;
struct wl_signal set_title;
struct wl_signal set_class;
+ struct wl_signal set_role;
struct wl_signal set_parent;
struct wl_signal set_pid;
struct wl_signal set_window_type;