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

Commit

Permalink
xdg_shell: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 authored and emersion committed Oct 27, 2020
1 parent 79c7591 commit 346188c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 346188c

Please sign in to comment.