Re: [PATCH] configure.ac: Add resourceproto and scrnsaverproto to SDK_REQUIRED_MODULES

2012-10-23 Thread Emil Velikov
On Mon, 22 Oct 2012 18:59:18 +0100, Gaetan Nadon mems...@videotron.ca wrote: On 12-10-21 03:29 PM, Emil Velikov wrote: Note: This is a candidate for the master and 1.13 branches Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- configure.ac | 2 ++ 1 file changed, 2 insertions(+)

[PATCH xserver] EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.

2012-10-23 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com In particular, make sure pExaScr-src/maskPix are cleared when the corresponding pictures aren't associated with drawables, i.e. solid or gradient pictures. Without this, we would in some cases associate the source/mask region with unrelated pixmaps from

Re: [PATCH lib/libXpm] Define NO_ZPIPE when building for MinGW

2012-10-23 Thread Jon TURNEY
On 22/10/2012 20:48, Ángel González wrote: On 22/10/12 17:07, Jon TURNEY wrote: Define NO_ZPIPE when building for MinGW, decompressing via a pipe isn't possible Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk This seems a bit strong statement. There's no reason for decompression

Re: [PATCH lib/libXfont] Provide a dummy readlink on WIN32

2012-10-23 Thread Jon TURNEY
On 22/10/2012 16:25, Alan Coopersmith wrote: On 10/22/12 08:07 AM, Jon TURNEY wrote: From: Ryan Pavlik rpavlik-KgB/ygh5px6vc3sceru...@public.gmane.org Provide a dummy readlink, which just returns the supplied path name, on WIN32 Signed-off-by: Ryan Pavlik

Re: [PATCH xserver] EXA: Track source/mask pixmaps more explicitly for Composite fallback regions.

2012-10-23 Thread Alex Deucher
On Tue, Oct 23, 2012 at 3:42 AM, Michel Dänzer mic...@daenzer.net wrote: From: Michel Dänzer michel.daen...@amd.com In particular, make sure pExaScr-src/maskPix are cleared when the corresponding pictures aren't associated with drawables, i.e. solid or gradient pictures. Without this, we

Re: [PATCH lib/libXaw] Include winsock header on WIN32 to provide fd_set etc.

2012-10-23 Thread Jon TURNEY
On 22/10/2012 18:49, Yaakov (Cygwin/X) wrote: On Mon, 2012-10-22 at 16:07 +0100, Jon TURNEY wrote: diff --git a/src/TextAction.c b/src/TextAction.c index 7b87ce4..74446d6 100644 --- a/src/TextAction.c +++ b/src/TextAction.c @@ -47,6 +47,10 @@ in this Software without prior written

[PATCH 1/4] Configure fixes for MinGW

2012-10-23 Thread Jon TURNEY
From: Yaakov Selkowitz yselkow...@users.sourceforge.net As for Cygwin, define FD_SETSIZE for uses of select() to be correct. Link with libpthread. Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- configure.ac |4 ++-- 1

[PATCH 2/4] doc: Update documentation about Windows platforms support a bit

2012-10-23 Thread Jon TURNEY
Update what c-extensions says about Windows platforms support a bit: - Document that MinGW Win32 gets let off being POSIX-compilant - Document the minimum Windows version supported Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- doc/c-extensions | 19 +-- 1 files

[PATCH 0/4] Build fixes for MinGW

2012-10-23 Thread Jon TURNEY
Some of the more straightforward fixes for building for MinGW Colin Harrison (1): hw/xwin: fmemopen is available on cygwin but not MinGW Jon TURNEY (1): doc: Update documentation about Windows platforms support a bit Ryan Pavlik (1): os/utils.c: Provide only stubs for Lock/UnlockServer on

[PATCH 4/4] os/utils.c: Provide only stubs for Lock/UnlockServer on WIN32

2012-10-23 Thread Jon TURNEY
From: Ryan Pavlik rpav...@iastate.edu MinGW and MSVC lack the POSIX functions to compile the lock file code. Signed-off-by: Ryan Pavlik rpav...@iastate.edu Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- os/utils.c | 20 1 files changed, 20 insertions(+), 0

[PATCH 3/4] hw/xwin: fmemopen is available on cygwin but not MinGW

2012-10-23 Thread Jon TURNEY
From: Colin Harrison colin.harri...@virgin.net This is a follow-up to commit 0659437f5ec0e3f646373394f5f9c5461e2170f3. Signed-off-by: Colin Harrison colin.harri...@virgin.net Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk --- hw/xwin/winprefs.c |2 ++ 1 files changed, 2 insertions(+),

Re: [PATCH 2/4] doc: Update documentation about Windows platforms support

2012-10-23 Thread Colin Harrison
Hi, Jon Turney wrote: +Windows-dependent code assumes at least NT 5.0. Window 2000 and earlier are 1% of global OS use and it reached the end of its lifecycle in 2010 Can't we make this NT 5.1? I can't test XP properly either...but that is used by ~44% so still worth the trouble to try.

[ANNOUNCE] libxkbcommon 0.2.0

2012-10-23 Thread Daniel Stone
Hi, After three and a half years, I'm proud to announce the first grown-up release of xkbcommon. xkbcommon is a keymap handling library, which can parse XKB descriptions (e.g. from xkeyboard-config), and use this to help its users make sense of their keyboard input. Unfortunately X11's

Re: [PATCH lib/libXaw] Include winsock header on WIN32 to provide fd_set etc.

2012-10-23 Thread Yaakov (Cygwin/X)
On Tue, 2012-10-23 at 15:33 +0100, Jon TURNEY wrote: Include winsock header on WIN32 to provide fd_set etc. v2: also link with ws2_32 on MinGW Signed-off-by: Ryan Pavlik rpav...@iastate.edu Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk Reviewed-by: Yaakov Selkowitz

Re: [PATCH] configure.ac: Add resourceproto and scrnsaverproto to SDK_REQUIRED_MODULES

2012-10-23 Thread Gaetan Nadon
On 12-10-22 03:13 PM, Emil Velikov wrote: On Mon, 22 Oct 2012 18:59:18 +0100, Gaetan Nadon mems...@videotron.ca wrote: On 12-10-21 03:29 PM, Emil Velikov wrote: Note: This is a candidate for the master and 1.13 branches Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- configure.ac

Re: [PATCH lib/libXpm] Define NO_ZPIPE when building for MinGW

2012-10-23 Thread Ángel González
On 23/10/12 15:07, Jon TURNEY wrote: On 22/10/2012 20:48, Ángel González wrote: On 22/10/12 17:07, Jon TURNEY wrote: Define NO_ZPIPE when building for MinGW, decompressing via a pipe isn't possible Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk This seems a bit strong statement.

Re: xscope: missing xtrans configure check

2012-10-23 Thread Thomas Klausner
On Fri, Oct 19, 2012 at 10:23:58PM -0700, Alan Coopersmith wrote: That looks like a bug - I saw it hang in the QueryFont call when I ran with the installed xscope 1.3.1 on my system, but running with the local build I have here (1.3.99.901 plus the three patches I mailed this week) let it