aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;