gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11450: Fixed buggy OGL-stuff nobody


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11450: Fixed buggy OGL-stuff nobody have compiled in ages
Date: Sun, 30 Aug 2009 01:54:44 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11450
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sun 2009-08-30 01:54:44 +0200
message:
  Fixed buggy OGL-stuff nobody have compiled in ages
modified:
  gui/sdl_ogl_glue.cpp
=== modified file 'gui/sdl_ogl_glue.cpp'
--- a/gui/sdl_ogl_glue.cpp      2009-07-10 15:44:55 +0000
+++ b/gui/sdl_ogl_glue.cpp      2009-08-29 23:54:44 +0000
@@ -43,12 +43,7 @@
 
 }
 
-bool
-#ifdef FIX_I810_LOD_BIAS
-SdlOglGlue::init(int argc, char** argv[])
-#else
-SdlOglGlue::init(int, char***)
-#endif
+bool SdlOglGlue::init(int argc, char** argv[])
 {
 //    GNASH_REPORT_FUNCTION;
 #ifdef FIX_I810_LOD_BIAS


reply via email to

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