gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/sdl.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog gui/sdl.cpp
Date: Thu, 12 Oct 2006 18:55:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/12 18:55:09

Modified files:
        .              : ChangeLog 
        gui            : sdl.cpp 

Log message:
        Include the right headers.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1172&r2=1.1173
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/sdl.cpp?cvsroot=gnash&r1=1.33&r2=1.34

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1172
retrieving revision 1.1173
diff -u -b -r1.1172 -r1.1173
--- ChangeLog   12 Oct 2006 18:30:41 -0000      1.1172
+++ ChangeLog   12 Oct 2006 18:55:09 -0000      1.1173
@@ -1,6 +1,7 @@
 2006-10-12 Markus Gothe <address@hidden>
 
        * gui/sdl.cpp: fixed includes for getopt() and basename().
+         include tu_opengl_includes.h
 
 2006-10-12 Udo Giacomozzi <address@hidden>
   

Index: gui/sdl.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/sdl.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- gui/sdl.cpp 12 Oct 2006 18:30:42 -0000      1.33
+++ gui/sdl.cpp 12 Oct 2006 18:55:09 -0000      1.34
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: sdl.cpp,v 1.33 2006/10/12 18:30:42 nihilus Exp $ */
+/* $Id: sdl.cpp,v 1.34 2006/10/12 18:55:09 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -90,8 +90,7 @@
 #      endif
 #endif
 
-#include <GL/gl.h>
-#include <GL/glu.h>
+#include "tu_opengl_includes.h"
 #endif // RENDERER_OPENGL
 
 using namespace std;




reply via email to

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