mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xdg-dialog: add missing wm destroy signal
This commit is contained in:
parent
bcf8e467db
commit
b03b05d2b3
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue