Re: Thoughts about decoration information in the xdg_shell

2013-11-16 Thread Bill Spitzak
On 11/16/2013 09:32 AM, Jason Ekstrand wrote: The first flag would be the compositor's preference as to whether the client should decorate or not. If 1, the server prefers that the client draws decorations; if 0, the server prefers to handle decorating itself. The second flag would specify wh

[ANNOUNCE] Perl bindings for Wayland

2013-11-16 Thread Lubomir Rintel
Hi, I've just uploaded pure Perl bindings for Wayland to CPAN: http://search.cpan.org/~lkundrak/WL-0.9/lib/WL.pm You might find it useful for quick prototyping, etc. Have a great day! Lubo ___ wayland-devel mailing list wayland-devel@lists.freedesktop

Re: Thoughts about decoration information in the xdg_shell

2013-11-16 Thread Jason Ekstrand
On Nov 15, 2013 5:27 AM, "Martin Gräßlin" wrote: > > Hi all, > > this is a reply to the topic of whether to have information about decorations > in the xdg_shell at all (see [1]). Sorry that I don't reply to the right > message, had not been subscribed to the list. > > I want to outline why we in

[PATCH wayland v2] connection: Error out if file descriptor was not received

2013-11-16 Thread Lubomir Rintel
Otherwise the tail of fds_in buffer would just shift beyond the beginning. That confuses the actual request handler and results in a crash further on due to corrupted tail. Signed-off-by: Lubomir Rintel --- Changes since v1: Erroring out early instead of calling the request handler with i