mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-21 06:59:46 -05:00
Pass timestamp in surface destroy callback
This commit is contained in:
parent
02ef1c1aca
commit
4685fa324f
3 changed files with 8 additions and 14 deletions
|
|
@ -122,7 +122,7 @@ struct wl_buffer {
|
|||
struct wl_listener {
|
||||
struct wl_list link;
|
||||
void (*func)(struct wl_listener *listener,
|
||||
struct wl_surface *surface);
|
||||
struct wl_surface *surface, uint32_t time);
|
||||
};
|
||||
|
||||
struct wl_surface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue