Re: State of Wayland

2015-09-18 Thread Pekka Paalanen
On Thu, 17 Sep 2015 10:27:13 -0400 (EDT) Olivier Fourdan wrote: > Hi Bryce, > > cc'ing xorg-devel as well, see below, I would like to help with xwayland. > > - Original Message - > > I've assembled a blog post with a run-down of our current status on > > Wayland -

[PATCH wiki] Update notes on [PATCH] prefixes in SubmittingPatches instructions

2015-09-18 Thread Alan Coopersmith
Make it clear that patches for *all* Xorg repos, including xserver, should include the repo name in the [PATCH ...] prefix. Signed-off-by: Alan Coopersmith --- Development/Documentation/SubmittingPatches.mdwn | 13 +++-- 1 file changed, 7 insertions(+), 6

Re: [PATCH xwayland 1/4] xwayland: Add xwl_touch struct

2015-09-18 Thread Olivier Fourdan
Hey Carlos, On 27/05/15 18:41, Carlos Garnacho wrote: This struct holds information about each individual, ongoing touchpoint. A list of these is held by the xwl_seat. Signed-off-by: Carlos Garnacho lgtm Rebased and added this patch to my tree, but I don't have the

Re: [PATCH xwayland 2/4] xwayland: Implement the wl_touch interface

2015-09-18 Thread Olivier Fourdan
On 27/05/15 18:41, Carlos Garnacho wrote: A DeviceIntPtr with touch valuators is also created in order to deliver the translated touch events. The lifetime of xwl_touch structs is tied to the wayland ones, finishing in either wl_touch.up() or wl_touch.cancel() Signed-off-by: Carlos Garnacho

Re: [PATCH] xwayland-input: Remove our XYToWindow handler

2015-09-18 Thread Olivier Fourdan
Hi Jasper, Daniel, On 06/04/15 18:52, Daniel Stone wrote: On 23 February 2015 at 15:40, Daniel Stone wrote: On 21 February 2015 at 19:53, Jasper St. Pierre wrote: [...] Signed-off-by: Jasper St. Pierre Acked-by: Daniel

Re: [PATCH 1/3] xwayland: use the device pointer we already have

2015-09-18 Thread Olivier Fourdan
On 28/08/15 06:28, Peter Hutterer wrote: No functional changes. Signed-off-by: Peter Hutterer For the series, lgtm. Applied all 3 patches in my tree. Cheers, Olivier ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH xwayland 4/4] xwayland: Make the XYToWindowProc implementation aware of touchpoints

2015-09-18 Thread Olivier Fourdan
On 29/05/15 11:45, Carlos Garnacho wrote: Hey Jasper, On Wed, May 27, 2015 at 7:56 PM, Jasper St. Pierre wrote: I'm planning on removing this hook and just make compositors deal with the fallout. Unfortunately, it hasn't been merged yet.

Re: [PATCH xwayland 3/4] xwayland: Remove related touchpoints when unrealizing windows

2015-09-18 Thread Olivier Fourdan
On 27/05/15 18:42, Carlos Garnacho wrote: These sequences are forgotten to all purposes. Signed-off-by: Carlos Garnacho lgtm. Applied in my tree. Cheers, Olivier ___ xorg-devel@lists.x.org: X.Org development Archives:

[PATCH:xserver] Remove DECnet from Xserver.man

2015-09-18 Thread Alan Coopersmith
DECnet support died in modularization (X11R7.0) Signed-off-by: Alan Coopersmith --- man/Xserver.man |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/man/Xserver.man b/man/Xserver.man index 8a09888..ea000e1 100644 --- a/man/Xserver.man