Re: [RFC wayland] protocol: Send the interface name when removing globals

2013-02-14 Thread Kristian Høgsberg
On Thu, Feb 14, 2013 at 01:16:45PM +, Rob Bradford wrote: > From: Rob Bradford > > This allows a client to figure out the type of the object that has been > removed from the registry. In particular this allows the client to > differentiate between output devices and seats being removed. I'm

Re: [RFC wayland] protocol: Send the interface name when removing globals

2013-02-14 Thread Pekka Paalanen
On Thu, 14 Feb 2013 13:16:45 + Rob Bradford wrote: > From: Rob Bradford > > This allows a client to figure out the type of the object that has been > removed from the registry. In particular this allows the client to > differentiate between output devices and seats being removed. Hi Rob,

[RFC wayland] protocol: Send the interface name when removing globals

2013-02-14 Thread Rob Bradford
From: Rob Bradford This allows a client to figure out the type of the object that has been removed from the registry. In particular this allows the client to differentiate between output devices and seats being removed. --- protocol/wayland.xml | 3 ++- src/wayland-server.c | 3 ++- 2 files chan