Adding Mac OSX to the list of platforms covered by the X11 support. This is a stopga...
authorJohn F. Fay <johnffay@nettally.com>
Wed, 18 Nov 2009 12:29:05 +0000 (12:29 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Wed, 18 Nov 2009 12:29:05 +0000 (12:29 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@850 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_internal.h

index 7c71873..2d77ab0 100644 (file)
 #elif defined(__posix__) || defined(__unix__) || defined(__linux__)
 #   define  TARGET_HOST_POSIX_X11  1
 
-/* FIXME: no Macintosh support?
-#if ...
-#   define  TARGET_HOST_MAC_OSX    1
+#elif defined(__APPLE__)
+/* This is a placeholder until we get native OSX support ironed out -- JFF 11/18/09 */
+#   define  TARGET_HOST_POSIX_X11  1
+/* #   define  TARGET_HOST_MAC_OSX    1 */
+
 #else
 #   error "Unrecognized target host!"
 */