Re: [PATCH wayland 2/5] Add API to retrieve the interface of a wl_resource

2016-06-17 Thread Giulio Camuffo
2016-06-17 14:09 GMT+03:00 Pekka Paalanen : > On Mon, 7 Mar 2016 18:31:32 +0100 > Giulio Camuffo wrote: > >> --- >> src/wayland-server-core.h | 2 ++ >> src/wayland-server.c | 12 >> 2 files changed, 14 insertions(+) >> >> diff --git a/src/wayland-server-core.h b/src/wayland-s

Re: [PATCH wayland 2/5] Add API to retrieve the interface of a wl_resource

2016-06-17 Thread Pekka Paalanen
On Mon, 7 Mar 2016 18:31:32 +0100 Giulio Camuffo wrote: > --- > src/wayland-server-core.h | 2 ++ > src/wayland-server.c | 12 > 2 files changed, 14 insertions(+) > > diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h > index 1bc4d6b..a4ca350 100644 > --- a/s

[PATCH wayland 2/5] Add API to retrieve the interface of a wl_resource

2016-03-07 Thread Giulio Camuffo
--- src/wayland-server-core.h | 2 ++ src/wayland-server.c | 12 2 files changed, 14 insertions(+) diff --git a/src/wayland-server-core.h b/src/wayland-server-core.h index 1bc4d6b..a4ca350 100644 --- a/src/wayland-server-core.h +++ b/src/wayland-server-core.h @@ -419,6 +419,8 @