From bfbec08baec33c5024510b0bcbbee6e4a8473e79 Mon Sep 17 00:00:00 2001 From: "Yaakov Selkowitz (Cygwin Ports maintainer)" Date: Tue, 7 Apr 2009 13:46:57 -0700 Subject: [PATCH] Bug 20773: Xcursor dynamic loading on Cygwin X.Org Bug #20773 Patch #24096 Signed-off-by: Alan Coopersmith --- src/CrGlCur.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CrGlCur.c b/src/CrGlCur.c index d698d960..81255939 100644 --- a/src/CrGlCur.c +++ b/src/CrGlCur.c @@ -46,6 +46,10 @@ in this Software without prior written authorization from The Open Group. #endif #include "Cr.h" +#ifdef __CYGWIN__ +#define LIBXCURSOR "cygXcursor-1.dll" +#endif + #if defined(hpux) typedef shl_dt XModuleType; #else