gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash backend/render_handler_ogl.h ChangeLog


From: Markus Gothe
Subject: [Gnash-commit] gnash backend/render_handler_ogl.h ChangeLog
Date: Sat, 14 Jun 2008 00:10:44 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/06/14 00:10:44

Modified files:
        backend        : render_handler_ogl.h 
        .              : ChangeLog 

Log message:
        Should fix bug #23352

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_ogl.h?cvsroot=gnash&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6927&r2=1.6928

Patches:
Index: backend/render_handler_ogl.h
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler_ogl.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- backend/render_handler_ogl.h        4 Mar 2008 00:38:27 -0000       1.10
+++ backend/render_handler_ogl.h        14 Jun 2008 00:10:42 -0000      1.11
@@ -26,7 +26,7 @@
 #include <OpenGL/gl.h>
 #include <OpenGL/glu.h>
 #include <OpenGL/glext.h>
-# ifdef __APPLE_CC__
+# if defined(__APPLE_CC__) && (__APPLE_CC__ >= 5465)
 # define GLUCALLBACKTYPE GLvoid (*)()
 # else
 # define GLUCALLBACKTYPE GLvoid (*)(...)

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6927
retrieving revision 1.6928
diff -u -b -r1.6927 -r1.6928
--- ChangeLog   13 Jun 2008 23:51:03 -0000      1.6927
+++ ChangeLog   14 Jun 2008 00:10:43 -0000      1.6928
@@ -4,6 +4,7 @@
          std::max().
        * macros/opengl.m4: Fix for Leopard and OGL, see:
          
http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5#OpenGL_Bug
+       * backend/render_handler_ogl.h: Should fix bug #23352.
  
 2008-06-13 Benjamin Wolsey <address@hidden>
 




reply via email to

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