diff options
author | emersion <contact@emersion.fr> | 2017-09-29 16:44:22 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-29 16:44:22 +0200 |
commit | f2b03b2ec13a4b4eb940366852580ff0e6454a40 (patch) | |
tree | de62b72cef6574dffd6e95a60da52563a442c82f /include/wlr | |
parent | 47d767dbc4fc88e399a7a2ef3edde9d906a7f773 (diff) |
Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FOR
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
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; |