aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-29 16:44:22 +0200
committeremersion <contact@emersion.fr>2017-09-29 16:44:22 +0200
commitf2b03b2ec13a4b4eb940366852580ff0e6454a40 (patch)
treede62b72cef6574dffd6e95a60da52563a442c82f /include/wlr/xwayland.h
parent47d767dbc4fc88e399a7a2ef3edde9d906a7f773 (diff)
Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FOR
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r--include/wlr/xwayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h
index 17582e7d..ebb6efb7 100644
--- a/include/wlr/xwayland.h
+++ b/include/wlr/xwayland.h
@@ -43,6 +43,7 @@ struct wlr_xwayland_surface {
char *title;
char *class;
char *instance;
+ struct wlr_xwayland_surface *parent;
struct {
struct wl_signal destroy;