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:
Jason Ekstrand 2013-03-08 22:26:12 -06:00 committed by Kristian Høgsberg
parent cb73bffed5
commit ca5b1946cb
6 changed files with 17 additions and 14 deletions

View file

@ -278,7 +278,7 @@ wl_client_connection_data(int fd, uint32_t mask, void *data)
wl_closure_print(closure, object, false);
wl_closure_invoke(closure, WL_CLOSURE_INVOKE_SERVER, object,
object->implementation[opcode], client);
opcode, client);
wl_closure_destroy(closure);