Re: Recognizing wl_display pointer for EGL (Re: Smart comparing of wl_display_interfaces)

2014-10-17 Thread Bill Spitzak
On 10/16/2014 11:16 PM, Pekka Paalanen wrote: ...adding a function int/bool wl_is_wl_display_pointer(void *p) into libwayland-client.so. As that function would be built into libwayland-client.so, it naturally uses the client.so version of wl_display_interface symbol (unless dynamic linking mirac

Re: [PATCH 2/2] Support for adjusting socket access rights to allow group of users to connect to the socket.

2014-10-17 Thread Jason Ekstrand
On Thu, Oct 16, 2014 at 9:23 AM, Imran Zaman wrote: > This is used for nested compositor architectures. > Could you please provide a little more explanation than that. What kind of nesting are you doing? Also, why are you doing this through environment variables and not something explicit? Fo

[PATCH v1] wayland-api: added name/seatname properties to the wl_output

2014-10-17 Thread Imran Zaman
In a multi-seat configuration, clients may need to filter out the outputs based on the (udev) seat it is hooked to or based on the name of the output. Since version of the output is increased, the change does not affect the current implementation and is optional whoever wants to use the properties