mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
scene: add wlr_scene_output.events.destroy
This commit is contained in:
parent
ec328ca8cc
commit
d3bc17d5d1
2 changed files with 8 additions and 0 deletions
|
|
@ -164,6 +164,10 @@ struct wlr_scene_output {
|
|||
|
||||
int x, y;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
||||
// private state
|
||||
|
||||
uint8_t index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue