aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-29 15:57:21 +0200
committeremersion <contact@emersion.fr>2017-09-29 15:57:21 +0200
commite3917af69d1801a6deafa580f77b0feb10562992 (patch)
tree5d81ec1df193c8fe0cab910cc22e6d6d03c344f7 /include
parent6479fb27be364ef6ee7c5289c18d015ec3d8c2f3 (diff)
xwayland: read window title & class
Diffstat (limited to 'include')
-rw-r--r--include/wlr/xwayland.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index 2b9d4e81..23910139 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -40,6 +40,10 @@ struct wlr_xwayland_surface {
uint16_t width, height;
bool override_redirect;
+ char *title;
+ char *class;
+ char *instance;
+
struct {
struct wl_signal destroy;
} events;