summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz (Cygwin Ports maintainer) <yselkowitz@users.sourceforge.net>2009-04-07 13:46:57 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-04-07 13:49:18 -0700
commitbfbec08baec33c5024510b0bcbbee6e4a8473e79 (patch)
tree578a0670f29ba3fdb1f439dfd0d92cf85ac3fb05
parentc8c41614911be4fa222fa22478677d263b41c751 (diff)
Bug 20773: Xcursor dynamic loading on Cygwin
X.Org Bug #20773 <http://bugs.freedesktop.org/show_bug.cgi?id=20773> Patch #24096 <http://bugs.freedesktop.org/attachment.cgi?id=24096> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--src/CrGlCur.c4
1 files changed, 4 insertions, 0 deletions
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