[ANNOUNCE] libinput 1.7.2

2017-05-04 Thread Peter Hutterer
libinput 1.7.2 is now available. The main change here are Paul's patches that change the pressure ranges for Elantech touchpads down to something more lenient. Previously, the range was set too high, causing the touchpad to behave erratically unless the finger pressure was quite high. Paul Kocialk

Re: [PATCH weston] make error() portable

2017-05-04 Thread Kristian Høgsberg
On Sat, May 30, 2015 at 12:02 PM, Jon A. Cruz wrote: > On 05/29/2015 09:14 PM, Khem Raj wrote: >> error() is not posix but gnu extension so may not be available on all >> kind of systemsi e.g. musl. > > Hi, > > Just including a few low-level notes. > >> >> Signed-off-by: Khem Raj >> --- >> confi

Re: Skylane - implementation of Wayland in Rust

2017-05-04 Thread Kristian Høgsberg
On Thu, May 4, 2017 at 8:59 AM, Wojciech Kluczka wrote: > Hello, > > This was supposed to be only a short announcement of Skylane - > implementation of Wayland in Rust - but it was pointed to me that one can > not use hardware acceleration without original libwayland so I have to also > ask some q

Skylane - implementation of Wayland in Rust

2017-05-04 Thread Wojciech Kluczka
Hello, This was supposed to be only a short announcement of Skylane - implementation of Wayland in Rust - but it was pointed to me that one can not use hardware acceleration without original libwayland so I have to also ask some questions. On client side there's not much to worry about (as far as

[PATCH] weston: Add support for "--foo bar" style options

2017-05-04 Thread Lyude
A little earlier today I ended up spending a lot of time trying to figure out why weston wasn't managing to launch over SSH and telling me that I did not have a --tty option specified, despite me passing the option strings ["--tty", "3"]. Turns out weston just doesn't support that. So, add support