mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FOR
This commit is contained in:
parent
47d767dbc4
commit
f2b03b2ec1
3 changed files with 75 additions and 35 deletions
|
|
@ -43,6 +43,7 @@ struct wlr_xwayland_surface {
|
|||
char *title;
|
||||
char *class;
|
||||
char *instance;
|
||||
struct wlr_xwayland_surface *parent;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue