From e3917af69d1801a6deafa580f77b0feb10562992 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 29 Sep 2017 15:57:21 +0200 Subject: xwayland: read window title & class --- include/wlr/xwayland.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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; -- cgit v1.2.3