Re: [PATCH wayland 2/2] protocol: Clarify semantics of wl_subsurface.set_position

2014-01-19 Thread Pekka Paalanen
On Sun, 19 Jan 2014 10:32:11 +0100 Jonas Ådahl wrote: > Make it clear that multiple requests before commit are allowed and how it > is handled. > > Signed-off-by: Jonas Ådahl > --- > protocol/wayland.xml | 4 > 1 file changed, 4 insertions(+) > > diff --git a/protocol/wayland.xml b/proto

Wayland and Weston 1.3.93 (1.4 RC)

2014-01-19 Thread Kristian Høgsberg
Hello list, We're getting close to the 1.4.0 release date - well, actually that was supposed to be Jan 16, but we ended up slipping a week to get a more solid first beta (1.3.92) out. We tagged that Jan 10 and here's 1.3.93, aka second beta or release candidate: 61102991fb28a1df68cedce35e9bec9

Re: [PATCH] Fix compilation with FreeRdp 1.1 and master v2

2014-01-19 Thread Kristian Høgsberg
On Fri, Jan 10, 2014 at 11:33:06AM +0100, Hardening wrote: > The API to use remoteFx encoding has changed between master and stable 1.1 > branch. This patch should fix compilation for both. > This new version adds checks for the freerdp/version.h file > --- > configure.ac | 5 + > src

Re: [PATCH wayland 2/2] protocol: Clarify semantics of wl_subsurface.set_position

2014-01-19 Thread Jasper St. Pierre
Reviewed-by: Jasper St. Pierre On Sun, Jan 19, 2014 at 4:32 AM, Jonas Ådahl wrote: > Make it clear that multiple requests before commit are allowed and how it > is handled. > > Signed-off-by: Jonas Ådahl > --- > protocol/wayland.xml | 4 > 1 file changed, 4 insertions(+) > > diff --git

Re: [PATCH wayland v2 1/2] protocol: Clarify semantics of sub-surface placement requests

2014-01-19 Thread Jasper St. Pierre
Yeah, this makes sense. Reviewed-by: Jasper St. Pierre On Sun, Jan 19, 2014 at 4:32 AM, Jonas Ådahl wrote: > Clarify some semantics of wl_subsurface.place_below and > wl_subsurface.place_below that were not specified. > > Signed-off-by: Jonas Ådahl > --- > > Hi, > > Hope this one makes more

[PATCH wayland 2/2] protocol: Clarify semantics of wl_subsurface.set_position

2014-01-19 Thread Jonas Ådahl
Make it clear that multiple requests before commit are allowed and how it is handled. Signed-off-by: Jonas Ådahl --- protocol/wayland.xml | 4 1 file changed, 4 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index b986c86..d47ee62 100644 --- a/protocol/wayland.xml +

[PATCH wayland v2 1/2] protocol: Clarify semantics of sub-surface placement requests

2014-01-19 Thread Jonas Ådahl
Clarify some semantics of wl_subsurface.place_below and wl_subsurface.place_below that were not specified. Signed-off-by: Jonas Ådahl --- Hi, Hope this one makes more sense. In this version I changed the original double-buffer description instead of adding a new paragraph. Jonas protocol/wa