Fix build error from case labeled declaration
This commit is contained in:
parent
17814972ab
commit
fc4e816478
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ popup_get_desktop_surface(struct wlr_xdg_popup *popup)
|
||||||
case WLR_XDG_SURFACE_ROLE_POPUP:
|
case WLR_XDG_SURFACE_ROLE_POPUP:
|
||||||
parent = xdg_surface->popup->parent;
|
parent = xdg_surface->popup->parent;
|
||||||
break;
|
break;
|
||||||
case WLR_XDG_SURFACE_ROLE_TOPLEVEL:
|
case WLR_XDG_SURFACE_ROLE_TOPLEVEL:;
|
||||||
struct kiwmi_view *view = xdg_surface->data;
|
struct kiwmi_view *view = xdg_surface->data;
|
||||||
return &view->desktop_surface;
|
return &view->desktop_surface;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue