[PATCH libinput] touchpad: Allow larger palm sizes.

2017-08-04 Thread Ronald Tschalär
On MBP13,3 the touch areas are quite large, and a thumb size easily gets to 1000+. Hence need to be able to set palm sizes > 1024 (using 1200 currently). --- src/libinput-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput-util.c b/src/libinput-util.c index

Re: [PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-08-04 Thread janarne
On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > Previously, the hide_input_panel and show_input_panel messages for > the text > input protocol were limited to specific cases, such as showing the > panel on > activation, or making the panel visible after activation. Now, > clients are >

Re: [PATCH weston 1/2] text-backend: Allow client hiding of input panel

2017-08-04 Thread Joshua Watt
On Wed, 2017-07-19 at 17:48 +0200, Silvan Jegen wrote: > On Wed, Jul 19, 2017 at 3:49 PM, Joshua Watt > wrote: > > On Sun, 2017-07-09 at 21:26 +0200, Silvan Jegen wrote: > > > Hi Joshua > > > > > > On Wed, Jul 05, 2017 at 08:58:51AM -0500, Joshua Watt wrote: > > > > On Sat,

[PATCH] Use sysroot prefix for pkgdatadir variable

2017-08-04 Thread Tomek Bury
The pc_sysroot is automatically added to cflags and libs but not to 'pkg-config --variable' --- wayland-protocols.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland-protocols.pc.in b/wayland-protocols.pc.in index a26744c..379be06 100644 --- a/wayland-protocols.pc.in

[PATCH] Use sysroot prefix for pkgdatadir variable

2017-08-04 Thread Tomek Bury
From: Tomek Bury The pc_sysroot is automatically added to cflags and libs but not to 'pkg-config --variable' --- wayland-protocols.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayland-protocols.pc.in b/wayland-protocols.pc.in index

Re: [PATCH wayland-protocols] sysroot prefix

2017-08-04 Thread Tomek Bury
Sorry for a delay, broke my leg :( I'll send a patch without the extra "/" using git send-mail as soon as I got that one configured. Cheers, Tomek On Thu, Jul 20, 2017 at 10:45 AM Quentin Glidic < sardemff7+wayl...@sardemff7.net> wrote: > On 7/20/17 11:25 AM, Daniel Stone wrote: > > Hi, > > >

[ANNOUNCE] libxkbcommon 0.7.2

2017-08-04 Thread Ran Benita
libxkbcommon 0.7.2 == - Added a Meson build system as an alternative to existing autotools build system. The intent is to remove the autotools build in one of the next releases. Please try to convert to it and report any problems. See