Regarding user data for wl_client.

2016-01-26 Thread nicesj
Dear all, Currently, I'm writing a simple compositor for proving my thought. while implementing it, I found that the wl_client doesn't have the user data field. in the sever side, the wl_client is used in many callbacks for handling the request of clients. are there any functions like wl_clie

Re: [PATCH libinput] touchpad: add a config option to disable tap-and-drag

2016-01-26 Thread Peter Hutterer
On Mon, Jan 25, 2016 at 09:10:28PM +0100, Cyril Yab wrote: > Thanks for this patch. I've started testing it, it works fine for me. > > I had to patch the code to (unconditionally) disable tap-and-drag though, > is there a better way to do it? I just sent the patch for the xorg libinput driver to

Re: [PATCH wayland] scanner: Print filename on DTD validation error

2016-01-26 Thread Derek Foreman
On 26/01/16 01:14 AM, Hardening wrote: > Le 25/01/2016 10:28, Jonas Ådahl a écrit : >> Don't just print prefix the errors with "protocol", but the actual file >> name, if wayland-scanner was passed with the filename of the protocol >> file. If wayland-scanner is reading from stdin, errors will be p