gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11458: Do some wiz-magic on OS X


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11458: Do some wiz-magic on OS X
Date: Sun, 30 Aug 2009 04:11:56 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11458
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sun 2009-08-30 04:11:56 +0200
message:
  Do some wiz-magic on OS X
modified:
  libbase/tu_opengl_includes.h
=== modified file 'libbase/tu_opengl_includes.h'
--- a/libbase/tu_opengl_includes.h      2009-08-29 17:16:16 +0000
+++ b/libbase/tu_opengl_includes.h      2009-08-30 02:11:56 +0000
@@ -70,9 +70,13 @@
 #ifndef GL_GLEXT_PROTOTYPES
 # define GL_GLEXT_PROTOTYPES 1
 #endif
+#ifdef __MACH__
+# include <OpenGL/glext.h>
+#else
 # include <GL/gl.h>
 # include <GL/glx.h>
 # include <GL/glu.h>
+#enduf
 #ifndef APIENTRY
 # define APIENTRY
 #endif


reply via email to

[Prev in Thread] Current Thread [Next in Thread]