mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
view: add destroy signal
This commit is contained in:
parent
614c008bea
commit
0657a1d767
2 changed files with 3 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ struct view {
|
|||
struct wl_signal minimized;
|
||||
struct wl_signal fullscreened;
|
||||
struct wl_signal activated; /* bool *activated */
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue