mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-06 07:15:47 -04:00
Change wl_closure_invoke to take an opcode instead of an actual function pointer
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
cb73bffed5
commit
ca5b1946cb
6 changed files with 17 additions and 14 deletions
|
|
@ -136,7 +136,7 @@ enum wl_closure_invoke_flag {
|
|||
|
||||
void
|
||||
wl_closure_invoke(struct wl_closure *closure, uint32_t flags,
|
||||
struct wl_object *target, void (*func)(void), void *data);
|
||||
struct wl_object *target, uint32_t opcode, void *data);
|
||||
int
|
||||
wl_closure_send(struct wl_closure *closure, struct wl_connection *connection);
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue