Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FOR

This commit is contained in:
emersion 2017-09-29 16:44:22 +02:00
parent 47d767dbc4
commit f2b03b2ec1
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 75 additions and 35 deletions

View file

@ -43,6 +43,7 @@ struct wlr_xwayland_surface {
char *title;
char *class;
char *instance;
struct wlr_xwayland_surface *parent;
struct {
struct wl_signal destroy;