Re: [PATCH wayland 2/2] server: Send differentiated errors on wl_registry.bind

2018-01-22 Thread Pekka Paalanen
On Mon, 22 Jan 2018 13:32:31 +0100 Philipp Kerling wrote: > This now uses the new error codes introduced to wl_registry instead > of abusing WL_DISPLAY_ERROR_INVALID_OBJECT. > --- > src/wayland-server.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > Hi, both patches are: A

[PATCH wayland 2/2] server: Send differentiated errors on wl_registry.bind

2018-01-22 Thread Philipp Kerling
This now uses the new error codes introduced to wl_registry instead of abusing WL_DISPLAY_ERROR_INVALID_OBJECT. --- src/wayland-server.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 7225b4e..e33af62 100644 --- a/src/w