Re: [PATCH wayland 1/2] protocol: Describe wl_registry as singleton

2016-11-10 Thread Pekka Paalanen
On Thu, 29 Sep 2016 23:59:58 -0700 Yong Bakos wrote: > From: Yong Bakos > > Other singleton objects in the protocol are described as such. > > Add a singleton adjective to the wl_registry description, making it > similar to other descriptions. > > Signed-off-by: Yong Bakos > --- > protocol/

[PATCH wayland 1/2] protocol: Describe wl_registry as singleton

2016-09-30 Thread Yong Bakos
From: Yong Bakos Other singleton objects in the protocol are described as such. Add a singleton adjective to the wl_registry description, making it similar to other descriptions. Signed-off-by: Yong Bakos --- protocol/wayland.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff