Re: [PATCH] connection : correct debugging info in wl_closure_print

2013-02-27 Thread Jason Ekstrand
Elvis, Unfortunately, this conflicts with the following commit: http://cgit.freedesktop.org/wayland/wayland/commit/?id=2fc248dc2c877d02694db40aad52180d71373d5a Also, due to the changes in wl_closure the actual object is no longer even stored for arguments of type new_id, so this isn't even possib

[PATCH] connection : correct debugging info in wl_closure_print

2013-02-27 Thread Elvis Lee
- print new object id on server side - print new object name when wl_registry.bind --- src/connection.c | 10 +++--- src/wayland-client.c |4 ++-- src/wayland-private.h |2 +- src/wayland-server.c |6 +++--- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/s