mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-22 06:59:44 -05:00
xdg-toplevel-v6 set parent
This commit is contained in:
parent
2573c429ee
commit
5b9373a791
2 changed files with 9 additions and 1 deletions
|
|
@ -53,6 +53,7 @@ struct wlr_xdg_toplevel_v6_state {
|
|||
struct wlr_xdg_toplevel_v6 {
|
||||
struct wl_resource *resource;
|
||||
struct wlr_xdg_surface_v6 *base;
|
||||
struct wlr_xdg_surface_v6 *parent;
|
||||
bool added;
|
||||
struct wlr_xdg_toplevel_v6_state next; // client protocol requests
|
||||
struct wlr_xdg_toplevel_v6_state pending; // user configure requests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue