Re: [PATCH 2/2] xdg-shell: clarify xdg_surface creation semantics regarding buffers

2016-03-08 Thread Jonas Ådahl
On Tue, Mar 08, 2016 at 11:34:14PM -0800, Bryce Harrington wrote: > On Fri, Feb 19, 2016 at 07:21:51PM -0800, Bryce Harrington wrote: > > On Wed, Dec 02, 2015 at 08:06:46PM -0500, Mike Blumenkrantz wrote: > > > this change ensures that the client will set its initial state > > > before performing

Re: [PATCH wayland-web] Updated build instructions for wayland-protocols and libwacom

2016-03-08 Thread Bryce Harrington
On Wed, Mar 09, 2016 at 12:54:11PM +1000, Peter Hutterer wrote: > On Tue, Mar 08, 2016 at 06:39:43PM -0800, Bill Spitzak wrote: > > On Tue, Mar 8, 2016 at 6:12 PM, Peter Hutterer > > wrote: > > > > > On Fri, Mar 04, 2016 at 10:16:30PM -0800, spit...@gmail.com wrote: > >

Re: [PATCH v7 wayland-protocols] Add the tablet protocol

2016-03-08 Thread Bryce Harrington
On Wed, Mar 09, 2016 at 04:10:48PM +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > Reviewed-by: Daniel Stone > Reviewed-by: Jonas Ådahl For an unstable protocol this seems to have gone through ample review cycles

Re: [PATCH 2/2] xdg-shell: clarify xdg_surface creation semantics regarding buffers

2016-03-08 Thread Bryce Harrington
On Fri, Feb 19, 2016 at 07:21:51PM -0800, Bryce Harrington wrote: > On Wed, Dec 02, 2015 at 08:06:46PM -0500, Mike Blumenkrantz wrote: > > this change ensures that the client will set its initial state > > before performing any drawing, ensuring that there is no mismatch > > when creating a

Re: [PATCH] platform: explicitly cast the return value of weston_platform_get_egl_proc_address

2016-03-08 Thread Bryce Harrington
On Fri, Feb 19, 2016 at 07:12:31PM -0800, Bryce Harrington wrote: > On Fri, Jan 29, 2016 at 05:02:15PM +0100, Matthias Treydte wrote: > > This allows the header to be consumed by C++ compilers, because C++ does > > away with C's implicit cast from (void*). > > --- > > shared/platform.h | 10

Re: [PATCH wayland-web] Updated build instructions for wayland-protocols and libwacom

2016-03-08 Thread Peter Hutterer
On Tue, Mar 08, 2016 at 06:39:43PM -0800, Bill Spitzak wrote: > On Tue, Mar 8, 2016 at 6:12 PM, Peter Hutterer > wrote: > > > On Fri, Mar 04, 2016 at 10:16:30PM -0800, spit...@gmail.com wrote: > > > From: Bill Spitzak > > > > > > The Mint

Re: [PATCH wayland-web] Updated build instructions for wayland-protocols and libwacom

2016-03-08 Thread Peter Hutterer
On Fri, Mar 04, 2016 at 10:16:30PM -0800, spit...@gmail.com wrote: > From: Bill Spitzak > > The Mint instructions have been tested, I had to guess at the Ubuntu12 > instructions as I no longer have that machine. fwiw, I do question the need for build instructions for a new

Re: [PATCH wayland] shm: Log a warning if a shm buffer address is requested when it may be invalid

2016-03-08 Thread Bryce Harrington
On Fri, Feb 19, 2016 at 07:07:01PM -0800, Bryce Harrington wrote: > On Tue, Feb 09, 2016 at 04:29:49PM -0600, Derek Foreman wrote: > > If wl_shm_buffer_get_data() is called on a shm pool that has an external > > reference and a pending resize, then the buffer may be outside the pool's > > current

Re: [PATCH] server: Fix shm_create_pool size fail path fd leak

2016-03-08 Thread Bryce Harrington
On Mon, Feb 22, 2016 at 02:41:44PM -0800, Bryce Harrington wrote: > On Mon, Feb 22, 2016 at 01:23:00PM +0800, Jonas Ådahl wrote: > > On Fri, Feb 19, 2016 at 11:13:25AM +0100, xerpi wrote: > > > I was just reading the source when I found it (no valgrind involved). So > > > as

Re: [PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-08 Thread Armin Krezović
On 08.03.2016 11:01, Pekka Paalanen wrote: > On Mon, 7 Mar 2016 15:42:45 +0100 > Armin Krezović wrote: > >> On 07.03.2016 13:37, Pekka Paalanen wrote: >>> On Thu, 3 Mar 2016 11:39:13 -0800 >>> Bryce Harrington wrote: >>> On Thu, Mar 03, 2016

[PATCH weston GSoC v3] desktop-shell: make panel clock configurable

2016-03-08 Thread Armin Krezović
From: Armin Krezović This patch enhances the panel clock by adding a config file option which can be used to either disable the clock or make it also show seconds in the current clock format. v2: Implement suggestions from Pekka's first review. v3: Implement suggestions

[PATCH weston GSoC v3] desktop-shell: make panel clock configurable

2016-03-08 Thread Armin K
From: Armin Krezović This patch enhances the panel clock by adding a config file option which can be used to either disable the clock or make it also show seconds in the current clock format. v2: Implement suggestions from Pekka's first review. v3: Implement suggestions

Re: [PATCH wayland] scanner: avoid executable stack

2016-03-08 Thread Mart Raudsepp
Ühel kenal päeval, K, 02.03.2016 kell 11:06, kirjutas Pekka Paalanen: > From: Pekka Paalanen > > Before this patch: > $ scanelf -lpqe ./wayland-scanner > RWX --- ---  ./wayland-scanner > > That indicates the stack is executable, which is a bad thing for >

[PATCH] compositor-rdp: Fix rdp does not work on high resolution

2016-03-08 Thread Chao Shi
The rdp backend does not work on resolution higher than 1024x768. The issue is that it should configure resolution at rfx_context at xf_peer_activate(). Without this patch mstsc client reports protocol error. I guess 1024x768 is a default resolution defined by libfreerdp. Tested this patch

[PATCH wayland-web] Updated build instructions for wayland-protocols and libwacom

2016-03-08 Thread spitzak
From: Bill Spitzak The Mint instructions have been tested, I had to guess at the Ubuntu12 instructions as I no longer have that machine. --- mint17.html | 21 ++--- ubuntu12.04.html | 13 +++-- 2 files changed, 29 insertions(+), 5 deletions(-)

Re: [PATCH weston GSoC v2] desktop-shell: make panel clock configurable

2016-03-08 Thread Pekka Paalanen
On Mon, 7 Mar 2016 15:42:45 +0100 Armin Krezović wrote: > On 07.03.2016 13:37, Pekka Paalanen wrote: > > On Thu, 3 Mar 2016 11:39:13 -0800 > > Bryce Harrington wrote: > > > >> On Thu, Mar 03, 2016 at 03:48:03PM +0100, Armin Krezović wrote: >