Re: [PATCH v2 libinput 00/10] pad: add a mode toggle API

2016-06-21 Thread Peter Hutterer
On Tue, Jun 21, 2016 at 11:25:27AM -0700, Jason Gerecke wrote: > On 06/14/2016 11:37 PM, Peter Hutterer wrote: > > > > Updated patchset adds EKR support and fixes a bunch of issues pointed out in > > v1. Patch 04 is intentionally missing, that's the SVG being added which > > wouldn't make it past

about build wayland for raspberry pi

2016-06-21 Thread polto molto
hi I just need a small help . I build my own system on raspberry pi and want to use wayland + weston my strategy is : - cross compiling all system from ubuntu pc. - no X server in my system . I just need all packages tree names which I need to build way land and weston to work on raspberry pi with

Re: [PATCH v2 libinput 00/10] pad: add a mode toggle API

2016-06-21 Thread Jason Gerecke
On 06/14/2016 11:37 PM, Peter Hutterer wrote: > > Updated patchset adds EKR support and fixes a bunch of issues pointed out in > v1. Patch 04 is intentionally missing, that's the SVG being added which > wouldn't make it past the mailman filters. > > The branch is available on > https://github.com

Re: [PATCH v2 libinput 07/10] pad: implement support for the Express Key Remote

2016-06-21 Thread Jason Gerecke
On 06/14/2016 11:37 PM, Peter Hutterer wrote: > Requires the newest libwacom. For distributions that want to ship libinput but > don't have the new libwacom available: the actual minimum requirement is > libwacom 0.17 but with that test cases will fail due to wrong button labelling > for the EKR. >

Re: [PATCH v2 libinput 05/10] pad: Add a new API for modes and mode groups

2016-06-21 Thread Jason Gerecke
On 06/14/2016 11:37 PM, Peter Hutterer wrote: > Move mode control to libinput. This reduces some flexibility on what we can do > with modes but makes it a lot easier for anyone to implement modes correctly > and have the LEDs apply appropriately, etc. Let's go with the option to make > the 95% use-

Re: [PATCH wayland-web] FAQ: Modernise FAQ and inject some optimism

2016-06-21 Thread Bryce Harrington
On Tue, Jun 21, 2016 at 09:26:31PM +1000, Daniel Stone wrote: > The FAQ was clearly written a very long time ago, when user sessions > were a pipe dream, session compositors were the important thing, and we > had a lot more questions than answers. > > Now things have solidified a bit, and I'm writ

Re: Surface autofocus

2016-06-21 Thread Pekka Paalanen
On Tue, 21 Jun 2016 14:23:31 + (UTC) Claudiu Lupu wrote: > Hello, > I got weston 1.11.90 installed on Ubuntu desktop. If I start a > terminal window and weston-flower the focus is not being redirected > to the terminal in case I click on a transparent zone from flower Hi, The transparent pa

Re: [PATCH wayland-web] FAQ: Modernise FAQ and inject some optimism

2016-06-21 Thread Pekka Paalanen
On Tue, 21 Jun 2016 21:26:31 +1000 Daniel Stone wrote: > The FAQ was clearly written a very long time ago, when user sessions > were a pipe dream, session compositors were the important thing, and we > had a lot more questions than answers. > > Now things have solidified a bit, and I'm writing t

Re: [PATCH weston 08/11] compositor: Untangle mapedness from outputs

2016-06-21 Thread Pekka Paalanen
On Sat, 18 Jun 2016 19:15:23 +0200 Armin Krezović wrote: > Currently, weston assumes a surface/view is mapped if > it has an output assigned. In a zero outputs scenario, > this isn't really desirable. > > This patch introduces a new flag to weston_surface and > weston_view, which has to be set m

Re: [PATCH weston] screen-share: Use wet_get_config()

2016-06-21 Thread Daniel Stone
Hi, On 21 June 2016 at 21:23, Quentin Glidic wrote: > On 21/06/2016 01:58, Daniel Stone wrote: >> compositor->config was removed a while ago. >> >> Signed-off-by: Daniel Stone > > Wrote the same and lazily forget to send it. > Reviewed-by: Quentin Glidic Pushed, thanks! d56b94a..c7d88fa pu

[PATCH wayland-web] FAQ: Modernise FAQ and inject some optimism

2016-06-21 Thread Daniel Stone
The FAQ was clearly written a very long time ago, when user sessions were a pipe dream, session compositors were the important thing, and we had a lot more questions than answers. Now things have solidified a bit, and I'm writing this from a native Wayland client inside a native Wayland-on-KMS des

Re: [PATCH weston] screen-share: Use wet_get_config()

2016-06-21 Thread Quentin Glidic
On 21/06/2016 01:58, Daniel Stone wrote: compositor->config was removed a while ago. Signed-off-by: Daniel Stone Wrote the same and lazily forget to send it. Reviewed-by: Quentin Glidic Cheers, --- src/screen-share.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --gi

Re: [PATCH weston 07/11] gl-renderer: Always setup gl-renderer

2016-06-21 Thread Pekka Paalanen
On Sat, 18 Jun 2016 19:15:22 +0200 Armin Krezović wrote: > Currently, the gl-renderer setup is being done on per-output > basis. This isn't desirable when trying to make weston run > with zero outputs. > > When there are no outputs present, there is no EGLContext or > EGLCurrent available, and t

Re: [PATCH] wayland-server: Add APIs to get some structure's value

2016-06-21 Thread Pekka Paalanen
On Tue, 21 Jun 2016 13:45:16 +0900 JengHyun Kang wrote: > This patch's purpose is getting global interface information > registerred in the server. > If global is created (used wl_global_create()), > information are saved in global_list. > But almost structures used in wayland is defined statical