Re: Question about multi-display on wayland protocol

2014-04-14 Thread Bill Spitzak
I think he is asking how to run Wayland so that it controls more than one monitor. This has nothing to do with how windows act once Wayland is running. On 04/13/2014 11:34 PM, Jasper St. Pierre wrote: I'd imagine this is something like _NET_WM_FULLSCREEN_MONITORS, which allows an application t

[PATCH weston 1/3] animation: Split spring setup out of weston_view_animation_run()

2014-04-14 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira All the animations override at least one parameter of the spring that is set during the creation of the animation. Some need to do the whole setup again. This patch changes the initialization of a view animation to a three step process. First, the animation is c

[PATCH weston 2/3] animation: Fix input panel slide animation

2014-04-14 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira The position for the slide animation was calculated assuming the value of the spring was always between 0.0 and 1.0. Commit 3a869019 broke that assumption, and the result was that the panel would be positioned at an invisible part of screen. Since there would be

[PATCH weston 3/3] shell: Destroy a previous input panel animation when showing it again

2014-04-14 Thread Ander Conselvan de Oliveira
From: Ander Conselvan de Oliveira It is possible that an input panel will be shown quickly, hidden and shown again, before the animation for the first appeareance finished. In that case, another animation would be created and the effect of the two combined could cause the panel to not appear in t

Re: [PATCH 1/2] Add more keyboards for the RDP compositor

2014-04-14 Thread Daniel Stone
Hi, On 11 April 2014 21:49, Bill Spitzak wrote: > > On 04/11/2014 01:10 PM, Hardening wrote: >> >> I have heard that in some cases windows layouts (which are also RDP ones) >> don't match exact the XKB ones :(. So the surprises can come when using >> mstsc against a linux host. >> >> I have had