mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-07 08:21:07 -04:00
Update dwl.c
This commit is contained in:
parent
47ddc0fddb
commit
3136043500
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
dwl.c
|
|
@ -1016,7 +1016,7 @@ createnotify(struct wl_listener *listener, void *data)
|
|||
if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_POPUP) {
|
||||
struct wlr_box box;
|
||||
LayerSurface *l = toplevel_from_popup(xdg_surface->popup);
|
||||
if (xdg_surface->popup->parent == NULL)
|
||||
if (!xdg_surface->popup->parent)
|
||||
return;
|
||||
xdg_surface->surface->data = wlr_scene_xdg_surface_create(
|
||||
xdg_surface->popup->parent->data, xdg_surface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue