Re: [PATCH v2 1/7] xkeyboard-config: Geometries for Apple Aluminium Keyboards

2010-02-20 Thread Sergey Udaltsov
This one is ok for me. But lads, pretty please - use the bugzilla for patches. Seriously. Sergey On Fri, Feb 19, 2010 at 3:20 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On Fri, Jan 22, 2010 at 11:42:13PM +0100, Damien Ciabrini wrote: Geometries for the long, wired Aluminium Keyboard:  

[PATCH xserver/dri2 2/3] DRI2WaitSbc(): Fixes for correct semantic of glXWaitForSbcOML()

2010-02-20 Thread Mario Kleiner
Added implementation for case target_sbc == 0. In that case, the function shall schedule a wait until all pending swaps for the drawable have completed. Fix for non-blocking case. Old implementation returned random, uninitialized values for (ust,msc,sbc) if it returned immediately without

[PATCH xserver/dri2] Improvements to DRI2 2.2 protocol bits.

2010-02-20 Thread Mario Kleiner
The following series of 3 patches contains some bug fixes and adds some missing functionality to the new DRI2 2.2 protocol requests for implementation of the SGI_swap_interval and OML_sync_control GLX extensions. Jesse Barnes already had a positive look at these patches, but i couldn't test any

[PATCH xserver/dri2] Fixes and Improvements for DRI 2.2 protocol bits

2010-02-20 Thread Mario Kleiner
Hi, the patch series against the xserver i just sent out contains bug fixes and adds missing functionality for the new DRI2 2.2 protocol requests. It should improve the handling of the SGI_swap_interval and OML_video_sync GLX extensions. Jesse Barnes already had a positive look at the

[PATCH 0/4] Fix XF86BigFont declaration warnings

2010-02-20 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net Yaakov Selkowitz (4): Xext: fix prototype warnings in xf86bigfont.c dix: fix XF86Bigfont declaration warnings in dixfonts.c os: fix XF86Bigfont declaration warnings in log.c mi: remove deprecated #include X11/extensions/xf86bigfstr.h

[PATCH 1/4] Xext: fix prototype warnings in xf86bigfont.c

2010-02-20 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net xf86bigfont.c:147: warning: function declaration isn't a prototype xf86bigfont.c:147: warning: old-style function definition xf86bigfont.c:285: warning: no previous prototype for `XF86BigfontFreeFontShm' xf86bigfont.c:306: warning: function

[PATCH 2/4] dix: fix XF86Bigfont declaration warnings in dixfonts.c

2010-02-20 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net dixfonts.c:502: warning: implicit declaration of function `XF86BigfontFreeFontShm' dixfonts.c:502: warning: nested extern declaration of `XF86BigfontFreeFontShm' Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net ---

[PATCH 3/4] os: fix XF86Bigfont declaration warnings in log.c

2010-02-20 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net log.c:436: warning: implicit declaration of function `XF86BigfontCleanup' log.c:436: warning: nested extern declaration of `XF86BigfontCleanup' Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net --- os/log.c |3 +-- 1

[PATCH] dmx: Rename xdmx client to dmxinfo

2010-02-20 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net The DMX Xdmx server and xdmx client cannot both be installed on case-insensitive file systems. The client is undocumented and so renaming it is the best option. Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net ---

[PATCH 4/4] mi: remove deprecated #include X11/extensions/xf86bigfstr.h in miinitext.c

2010-02-20 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net --- 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