[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 deletions(-) diff --git a/Dev

[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 +++ b/man/Xserver.man @@ -433,7

Re: [PATCH libXfont] Eliminate calls back to X server or font server functions by name (v2)

2015-09-18 Thread Kenneth Graunke
On Thursday, September 10, 2015 10:44:44 AM Keith Packard wrote: > Emil Velikov writes: > > > Had a long hard look at the Archlinux repos and did not see (m)any > > libxfont users outside of xserver. Would you/others know if they're > > still a thing or they share the same faith as the print serv

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: http://lists.x.org/archives/

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. http://patchwork.freedesktop.org/patch/43021/ That'd

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 D

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 hardware to test. Cou

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 Archives: http://lists.x.org/archi

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 Stone Keith, please pick this up, with tags from Olivier and mysel