Re: [PATCH wayland] client: add wl_proxy_get_class()

2013-02-26 Thread Kristian Høgsberg
On Tue, Feb 26, 2013 at 03:19:44PM +0200, Pekka Paalanen wrote: > This is a useful shorthand for client application debugging macros, > since you can ask the object class from the object itself. > > Signed-off-by: Pekka Paalanen > --- > src/wayland-client.c | 12 > src/wayland-clien

Re: [PATCH wayland] client: add wl_proxy_get_class()

2013-02-26 Thread Pekka Paalanen
On Tue, 26 Feb 2013 15:19:44 +0200 Pekka Paalanen wrote: > This is a useful shorthand for client application debugging macros, > since you can ask the object class from the object itself. > > Signed-off-by: Pekka Paalanen > --- > src/wayland-client.c | 12 > src/wayland-client.h |

[PATCH wayland] client: add wl_proxy_get_class()

2013-02-26 Thread Pekka Paalanen
This is a useful shorthand for client application debugging macros, since you can ask the object class from the object itself. Signed-off-by: Pekka Paalanen --- src/wayland-client.c | 12 src/wayland-client.h | 1 + 2 files changed, 13 insertions(+) diff --git a/src/wayland-client