gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/tu_opengl_includes.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/tu_opengl_includes.h
Date: Sun, 29 Oct 2006 23:42:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/29 23:42:56

Modified files:
        .              : ChangeLog 
        libbase        : tu_opengl_includes.h 

Log message:
        Fixed bug #18145.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1436&r2=1.1437
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/tu_opengl_includes.h?cvsroot=gnash&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1436
retrieving revision 1.1437
diff -u -b -r1.1436 -r1.1437
--- ChangeLog   29 Oct 2006 18:35:45 -0000      1.1436
+++ ChangeLog   29 Oct 2006 23:42:55 -0000      1.1437
@@ -1,3 +1,7 @@
+2006-10-29 Markus Gothe <address@hidden>
+
+       * libbase/tu_opengl_includes.h: Fixed bug #18145.
+
 2006-10-29  Rob Savoye  <address@hidden>
 
        * All GPL'd files: Remove Mozilla exemption. Maybe someday

Index: libbase/tu_opengl_includes.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/tu_opengl_includes.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- libbase/tu_opengl_includes.h        24 Sep 2006 19:04:55 -0000      1.11
+++ libbase/tu_opengl_includes.h        29 Oct 2006 23:42:56 -0000      1.12
@@ -67,6 +67,7 @@
 #endif // __MACH__
 
 #if !defined(WIN32) && !defined(__MACH__)
+# define GL_GLEXT_PROTOTYPES
 # include <GL/gl.h>
 # include <GL/glx.h>
 # include <GL/glu.h>




reply via email to

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