Author: spitzak
Date: 2010-07-21 10:24:18 -0700 (Wed, 21 Jul 2010)
New Revision: 7680
Log:
Another fix to make it compile with MSVC++ 2008 ("version 9")


Modified:
   trunk/src/Cursor.cxx

Modified: trunk/src/Cursor.cxx
===================================================================
--- trunk/src/Cursor.cxx        2010-07-16 20:29:56 UTC (rev 7679)
+++ trunk/src/Cursor.cxx        2010-07-21 17:24:18 UTC (rev 7680)
@@ -109,7 +109,7 @@
 }
 
 #ifdef USE_XCURSOR
-#warning we assume PixelType = 6 ARGB32 in test it is true for color images
+//#warning we assume PixelType = 6 ARGB32 in test it is true for color images
 static XcursorImage* create_cursor_image(Image *cimg, int x, int y) {
   XcursorImage *xcimage = XcursorImageCreate(cimg->w(),cimg->h());
   XcursorPixel *dest;
@@ -278,7 +278,7 @@
 
 //thanx to gtk team for reference
 //http://www.dotnet247.com/247reference/msgs/13/66301.aspx
-#warning we assume PixelType = 6 ARGB32 in test it is true for color images
+//#warning we assume PixelType = 6 ARGB32 in test it is true for color images
 
 #include <stdio.h>
 

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

Reply via email to