gnash-commit
[Top][All Lists]
Advanced

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

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


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

------------------------------------------------------------
revno: 11451
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sun 2009-08-30 01:57:01 +0200
message:
  Fixed buggy OGL-stuff nobody have compiled in ages
modified:
  gui/sdl_ogl_glue.h
=== modified file 'gui/sdl_ogl_glue.h'
--- a/gui/sdl_ogl_glue.h        2009-07-20 17:31:35 +0000
+++ b/gui/sdl_ogl_glue.h        2009-08-29 23:57:01 +0000
@@ -29,7 +29,7 @@
     SdlOglGlue();
     virtual ~SdlOglGlue();
 
-    bool init(int argc, char ***argv);
+    bool init(int argc, char **argv[]);
     Renderer* createRenderHandler( int depth);
     void setInvalidatedRegions(const InvalidatedRanges& ranges);
     bool prepDrawingArea(int width, int height, boost::uint32_t sdl_flags);


reply via email to

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