Adding Solaris and OSX to the *nix/X11 cursor support and adding a comment to the...
authorJohn F. Fay <johnffay@nettally.com>
Thu, 24 Dec 2009 03:06:22 +0000 (03:06 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Thu, 24 Dec 2009 03:06:22 +0000 (03:06 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@865 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_cursor.c
src/freeglut_spaceball.c

index 9732a2d..3370831 100644 (file)
@@ -39,7 +39,7 @@
 
 /* -- PRIVATE FUNCTIONS --------------------------------------------------- */
 
-#if TARGET_HOST_POSIX_X11
+#if TARGET_HOST_POSIX_X11 || TARGET_HOST_MAC_OSX || TARGET_HOST_SOLARIS
   #include <X11/cursorfont.h>
 
 /*
index cab97e1..7c9d073 100644 (file)
@@ -10,6 +10,8 @@
 #include <GL/freeglut.h>\r
 #include "freeglut_internal.h"\r
 \r
+/* -- PRIVATE FUNCTIONS --------------------------------------------------- */\r
+\r
 #if TARGET_HOST_POSIX_X11\r
 #include <X11/Xlib.h>\r
 \r