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:
Kirill Primak 2022-01-08 22:52:53 +03:00
parent 27c8865a4d
commit 1e4c1a3b58
2 changed files with 5 additions and 8 deletions

View file

@ -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;