xdg-dialog: add missing wm destroy signal

This commit is contained in:
Kirill Primak 2025-01-08 19:29:19 +03:00
parent bcf8e467db
commit b03b05d2b3
2 changed files with 4 additions and 0 deletions

View file

@ -35,6 +35,7 @@ struct wlr_xdg_wm_dialog_v1 {
struct wl_global *global;
struct {
struct wl_signal destroy;
struct wl_signal new_dialog; // struct wlr_xdg_dialog_v1
} events;