Pass timestamp in surface destroy callback

This commit is contained in:
Kristian Høgsberg 2010-12-06 21:38:50 -05:00
parent 02ef1c1aca
commit 4685fa324f
3 changed files with 8 additions and 14 deletions

View file

@ -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 {