aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland.h
diff options
context:
space:
mode:
authorsghctoma <sghctoma@gmail.com>2018-09-07 15:45:20 +0200
committersghctoma <sghctoma@gmail.com>2018-09-07 15:45:20 +0200
commitbbeed1bd3179a082b5bfb04010e6c476e75e4320 (patch)
tree3042498f064af4c4517bf66798caa607ebbd759a /include/wlr/xwayland.h
parentd948bffd3e7b283870dcbd7f1a5dd2aaea1950ec (diff)
parent085142ba346e0b8dd1a9b1a969a37156cf5656c1 (diff)
Merge remote-tracking branch 'upstream/master' into fix-freebsd-direct-session
Diffstat (limited to 'include/wlr/xwayland.h')
-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;