mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
render/texture: add destroy event
This commit is contained in:
parent
0db8e14ce0
commit
4ccc774dbb
2 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ struct wlr_texture {
|
|||
uint32_t width, height;
|
||||
|
||||
struct wlr_renderer *renderer;
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
};
|
||||
|
||||
struct wlr_texture_read_pixels_options {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue