mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
add surface destroy signal
This commit is contained in:
parent
94da69a064
commit
74e9578889
2 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ struct wlr_surface {
|
|||
|
||||
struct {
|
||||
struct wl_signal commit;
|
||||
struct wl_signal destroy;
|
||||
} signals;
|
||||
|
||||
struct wl_list frame_callback_list; // wl_surface.frame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue