Destroy xdg_popups when its parent is destroyed

Fixes: #2845
This commit is contained in:
Consolatis 2025-06-18 17:40:04 +02:00 committed by Johan Malm
parent a8df2487b2
commit 30248e1ba3
4 changed files with 35 additions and 0 deletions

View file

@ -9,6 +9,7 @@ struct output;
struct seat;
struct lab_layer_surface {
struct wlr_layer_surface_v1 *layer_surface;
struct wlr_scene_layer_surface_v1 *scene_layer_surface;
struct server *server;
struct output *output;