Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

xdg_shell: fix a typo #2453

Merged
merged 1 commit into from
Oct 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/xdg_shell/wlr_xdg_surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down