[PATCH] os: Add libnettle as a choice of SHA1 implementation

2012-10-30 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net libnettle is smaller than libgcrypt, currently being released more frequently, and has replaced the latter in gnutls-3.x (which is used by TigerVNC, so they can avoid pulling in two crypto libraries simultaneously). Signed-off-by: Yaakov

[PULL] input fixes 30.10.2012

2012-10-30 Thread Peter Hutterer
Thomas pointed out that the fix for 55738 may cause another bug, but I suspect it merely uncovers that other bug. So the patch is included here nonetheless. The following changes since commit 53830281b4da096f9c13107d73ec9c76ff1d14cc: Merge remote-tracking branch 'sandmann/for-keithp'

Re: [PATCH proto/x11proto] Adjust windows.h wrapping to work with MinGW-w64 headers as well

2012-10-30 Thread Colin Harrison
Hi, http://lists.x.org/archives/xorg-devel/2012-October/034096.html works for me (MinGW 32-bit) for both Xwinsock.h and Xwindows.h Reviewed-by: Colin Harrison colin.harrison at virgin.net Thanks, Colin Harrison ___ xorg-devel@lists.x.org: X.Org

Re: [PATCH app/xdpyinfo] Include Xwindows.h on WIN32 to avoid type clashes

2012-10-30 Thread Jon TURNEY
On 29/10/2012 13:57, walter harms wrote: Am 29.10.2012 14:38, schrieb Jon TURNEY: Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk --- xdpyinfo.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/xdpyinfo.c b/xdpyinfo.c index dcca0ad..2482156 100644 ---

Re: [PATCH libxkbcommon 2/2] build: Require xorg macros 1.16

2012-10-30 Thread Ran Benita
On Fri, Oct 26, 2012 at 12:51:56AM +0100, Damien Lespiau wrote: From: Damien Lespiau damien.lesp...@intel.com For XORG_TESTSET_CFLAG and XORG_MEMORY_CHECK_FLAGS. Thanks, I will take both patches through my tree so they won't get lost. Ran Signed-off-by: Damien Lespiau

Re: [PULL 1.13] A few small fixes

2012-10-30 Thread Matt Dew
Jon, Ack'd. Matt On 10/16/2012 08:27 AM, Jon TURNEY wrote: On 11/10/2012 17:37, Keith Packard wrote: Jon TURNEY writes: Jon TURNEY (4): Correct description of -displayfd option in man page. hw/xwin: Only add GLX extension once. Fix compilation of Xorg DDX without

Re: MinGW build fixes for various applications

2012-10-30 Thread Yaakov (Cygwin/X)
On Mon, 2012-10-29 at 13:38 +, Jon TURNEY wrote: MinGW build fixes for some applications which are relatively simple to fix. xauth: Jon TURNEY (1): Include Xwinsock.h rather than sys/socket.h on WIN32 xdpyinfo: Jon TURNEY (1): Include Xwindows.h on WIN32 to avoid