Author: AlbrechtS
Date: 2009-07-10 07:06:04 -0700 (Fri, 10 Jul 2009)
New Revision: 6827
Log:
Correction for configure.in on behalf of Yuri for STR #1385:
"line 69 must be

#undef USE_XCURSOR

instead of

#define USE_XCURSOR 0
"


Modified:
   trunk/configh.in

Modified: trunk/configh.in
===================================================================
--- trunk/configh.in    2009-07-04 11:10:04 UTC (rev 6826)
+++ trunk/configh.in    2009-07-10 14:06:04 UTC (rev 6827)
@@ -65,7 +65,7 @@
 
 /* Use Xcursor library for fltk::cursor(Image*,int,int) function.
    (ignored if !USE_X11) */
-#define USE_XCURSOR            0
+#undef USE_XCURSOR
 
 /* Use the Cairo library to draw everything. Ignored if !USE_X11
    Currently only partly implemented, though line drawing looks

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to