[PATCH libXt] Use automake silent rules for BUILT_SOURCES generation

2010-04-02 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net --- src/Makefile.am | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a43fb22..2b39ec5 100644 ---

Re: Multitouch followup: gesture recognition?

2010-04-02 Thread Florian Echtler
Just specifying what gestures a specific window would be interested in wouldn't usually be live, would it? That's something defined at creation time and maybe changed occasionally over the lifetime, but not constantly. Which is why a declarative approach is OK for that. It's the dynamics

Re: [PATCH xinput 1/2] man: Use AC_PROG_SED to find sed

2010-04-02 Thread Dan Nicholson
On Thu, Apr 1, 2010 at 10:30 PM, Yaakov (Cygwin/X) yselkow...@users.sourceforge.net wrote: From: Yaakov Selkowitz yselkow...@users.sourceforge.net Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net Reviewed-by: Dan Nicholson dbn.li...@gmail.com

Re: Multitouch followup: gesture recognition?

2010-04-02 Thread Simon Thum
Am 02.04.2010 10:52, schrieb Florian Echtler: Just specifying what gestures a specific window would be interested in wouldn't usually be live, would it? That's something defined at creation time and maybe changed occasionally over the lifetime, but not constantly. Which is why a declarative

Re: [PATCH xinput 1/2] man: Use AC_PROG_SED to find sed

2010-04-02 Thread Gaetan Nadon
On Fri, 2010-04-02 at 00:30 -0500, Yaakov (Cygwin/X) wrote: From: Yaakov Selkowitz yselkow...@users.sourceforge.net Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net --- configure.ac|1 + man/Makefile.am |4 +--- 2 files changed, 2 insertions(+), 3 deletions(-)

Re: [PATCH libXt] Use automake silent rules for BUILT_SOURCES generation

2010-04-02 Thread Gaetan Nadon
On Fri, 2010-04-02 at 01:44 -0500, Yaakov (Cygwin/X) wrote: From: Yaakov Selkowitz yselkow...@users.sourceforge.net Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net --- src/Makefile.am | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [PATCH:macros] doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools

2010-04-02 Thread Yaakov (Cygwin/X)
On 2010-03-25 20:00, Gaetan Nadon wrote: All set to go. Thanks. I modified slightly the doctools patch per the recent thread, as the .pc.in need not be in EXTRA_DIST because it will be disted automatically since it is used by AC_OUTPUT. To implement this we need to: 1) Push these commits

Re: [PATCH 4/4] xfree86: Fix reference to SGML entities

2010-04-02 Thread Yaakov (Cygwin/X)
On 2010-03-25 03:46, Yaakov (Cygwin/X) wrote: From: Yaakov Selkowitzyselkowitz-rn4veauk+akrv+lv9mx5uipxlwaov...@public.gmane.org XORG_CHECK_LINUXDOC sets the SGML search path to the parent of X11/defs.ent. Signed-off-by: Yaakov

[PULL] Cygwin configure fixes

2010-04-02 Thread Yaakov (Cygwin/X)
These patches for configure are all Cygwin-specific, and are necessary for the xserver build to succeed when configure is run without arguments. They were posted to the list 10 days ago but received no reviews. The following changes since commit 495cec794dad95ed0c79048f3c410ad23e7d5ea4:

[PATCH xfree86] Don't keep a pointer to a possibly freed cursor when changing screens, preventing a crash in xf86CursorEnableDisableFBAccess() trying to restore it.

2010-04-02 Thread Pierre-Loup A. Griffais
Signed-off-by: Pierre-Loup A. Griffais pgriff...@nvidia.com --- hw/xfree86/ramdac/xf86Cursor.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/ramdac/xf86Cursor.c b/hw/xfree86/ramdac/xf86Cursor.c index 7f23d9e..f5f0873 100644 ---

Re: [PATCH] configure: introduce --{enable, disable}-syscall-clock

2010-04-02 Thread Eric Anholt
On Mon, 29 Mar 2010 14:59:35 -0400, Adam Jackson a...@redhat.com wrote: On Mon, 2010-03-29 at 11:02 -0700, Alan Coopersmith wrote: Tiago Vignatti wrote: Some systems might not want to link against rt and pthread libraries simply to implement monotonic clock, inside GetTimeInMillis().

[PATCH] vfb: add a name to the pointer and keyboard

2010-04-02 Thread Julien Cristau
Fixes a crash in XIQueryDevice which calls strlen on a NULL pointer. #0 strlen () at ../sysdeps/x86_64/strlen.S:31 #1 0x004c16ed in SizeDeviceInfo (dev=0x969bd0) at ../../Xi/xiquerydevice.c:204 #2 0x004c1a01 in ProcXIQueryDevice (client=0xa57510) at