mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
xdg_shell: fix a typo
This commit is contained in:
parent
79c7591dc1
commit
346188c015
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ void reset_xdg_surface(struct wlr_xdg_surface *xdg_surface) {
|
|||
break;
|
||||
case WLR_XDG_SURFACE_ROLE_POPUP:
|
||||
wl_resource_set_user_data(xdg_surface->popup->resource, NULL);
|
||||
xdg_surface->toplevel->resource = NULL;
|
||||
xdg_surface->popup->resource = NULL;
|
||||
|
||||
wl_list_remove(&xdg_surface->popup->link);
|
||||
|
||||
|
|
Loading…
Reference in a new issue