From f2b03b2ec13a4b4eb940366852580ff0e6454a40 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 29 Sep 2017 16:44:22 +0200 Subject: Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FOR --- include/wlr/xwayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr/xwayland.h') 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; -- cgit v1.2.3