mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-18 06:59:44 -05:00
xdg-toplevel: change parent type to xdg-toplevel
This commit changes wlr_xdg_toplevel::parent type from wlr_xdg_surface to wlr_xdg_toplevel.
This commit is contained in:
parent
27c8865a4d
commit
1e4c1a3b58
2 changed files with 5 additions and 8 deletions
|
|
@ -125,7 +125,7 @@ struct wlr_xdg_toplevel {
|
|||
struct wlr_xdg_surface *base;
|
||||
bool added;
|
||||
|
||||
struct wlr_xdg_surface *parent;
|
||||
struct wlr_xdg_toplevel *parent;
|
||||
struct wl_listener parent_unmap;
|
||||
|
||||
struct wlr_xdg_toplevel_state current, pending;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue