Re: [PATCH] Do not trap access to timer and keyboard

2010-03-18 Thread olafBuddenhagen
Hi, On Sat, Mar 13, 2010 at 02:26:26AM +0100, Samuel Thibault wrote: > diff --git a/hw/xfree86/os-support/hurd/hurd_video.c > b/hw/xfree86/os-support/hurd/hurd_video.c > index 4a99db3..e049ceb 100644 > --- a/hw/xfree86/os-support/hurd/hurd_video.c > +++ b/hw/xfree86/os-support/hurd/hurd_video.c

xcompmgr has problems with the XShape extension for ARGB and transparent windows

2010-03-18 Thread Andreas Fink
Hello, xcompmgr has problems with the XShape extension when the window has an ARGB visual or _NET_WM_WINDOW_OPACITY is set. Another problem is, that some artifacts are left on the screen when a window with the XShape extension is resized very fast. This bug handles the two problems and has also

Re: Coding standards: Related bug workarounds

2010-03-18 Thread Matej Urbas
On Wed, 2010-03-17 at 20:42 -0400, Gaetan Nadon wrote: > On Wed, 2010-03-17 at 14:14 +, Matej Urbas wrote: > > Hi, > > > > I hope you don't mind me asking something like this here, but is there a > > coding guideline for referencing bugs in related projects for which we > > have to do a 'temp

Re: [PULL] A few Cygwin/X patches

2010-03-18 Thread Colin Harrison
Hi, These all look good to me. Thanks, Colin Harrison ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH 1/2] New header for XF86Bigfont server functions

2010-03-18 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz Xext/xf86bigfont.c contains three non-static functions which are called elsewhere in the server. This creates a new header containing these declarations in order to fix several warnings: xf86bigfont.c:285: warning: no previous prototype for `XF86BigfontFreeFontShm' dixfon

[PATCH 2/2] mi: remove deprecated #include in miinitext.c

2010-03-18 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz Signed-off-by: Yaakov Selkowitz --- mi/miinitext.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mi/miinitext.c b/mi/miinitext.c index 2a67fd3..692be86 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -185,7 +185,7 @@ typedef void (*InitExte

[PATCH libxtrans] Clean up some 'unused variable' warnings

2010-03-18 Thread Jeff Smith
0001-Clean-up-some-unused-variable-warnings.patch Description: Binary data ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH libXft] Initialize glyph_memory to 0 instead of NULL, since it is a size, not a pointer

2010-03-18 Thread Jeff Smith
0001-Initialize-glyph_memory-to-0-instead-of-NULL-since.patch Description: Binary data ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [RFC] Multitouch support, step one

2010-03-18 Thread Rafi Rubin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/17/10 20:02, Peter Hutterer wrote: > On Wed, Mar 17, 2010 at 07:58:08PM +0100, Benjamin Tissoires wrote: >> Le 16/03/2010 02:58, Peter Hutterer a écrit : An other point for keeping the valuator trackingID. Some device (stantum and magic

[PATCH 3/3] Xext: fix old-style function definitions in xf86bigfont.c

2010-03-18 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz Signed-off-by: Yaakov Selkowitz --- Xext/xf86bigfont.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c index ba8b603..ce33fda 100644 --- a/Xext/xf86bigfont.c +++ b/Xext/xf86bigfont.c @@ -143,7 +143,7 @@ C

[PATCH libX11] Clean up some pointer signedness and qualifier warnings

2010-03-18 Thread Jeff Smith
0001-Clean-up-some-pointer-signedness-and-qualifier-warni.patch Description: Binary data ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH libX11] Replace obsolete header reference

2010-03-18 Thread Jeff Smith
0002-Replace-obsolete-header-reference.patch Description: Binary data ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH libX11] Clean up 'no previous prototype' warning

2010-03-18 Thread Jeff Smith
0003-Clean-up-no-previous-prototype-warning.patch Description: Binary data ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH] Cygwin/X: Make X -> XWin symlink during install

2010-03-18 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz Signed-off-by: Yaakov Selkowitz --- hw/xwin/Makefile.am |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am index 6c34ddd..811cd5d 100644 --- a/hw/xwin/Makefile.am +++ b/hw/xwin/Makefile.am @@ -196,6 +196,9