~ruther/dwl

9136b6247d186790926bdee32d0a17d668ff8924 — Leonardo Hernández Hernández 2 years ago 19b5d47
return early if couldn't find the popup's parent
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 910,7 910,7 @@ createnotify(struct wl_listener *listener, void *data)
	if (xdg_surface->role == WLR_XDG_SURFACE_ROLE_POPUP) {
		struct wlr_box box;
		int type = toplevel_from_wlr_surface(xdg_surface->surface, &c, &l);
		if (!xdg_surface->popup->parent)
		if (!xdg_surface->popup->parent || type < 0)
			return;
		xdg_surface->surface->data = wlr_scene_xdg_surface_create(
				xdg_surface->popup->parent->data, xdg_surface);

Do not follow this link