Destroy xdg_popups when its parent is destroyed

Backport of 30248e1ba3
This commit is contained in:
Consolatis 2025-06-18 17:40:04 +02:00
parent f14ee1a08e
commit 193d3564e9
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;