gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui aqua.cpp aqua_ogl_glue.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/gui aqua.cpp aqua_ogl_glue.cpp
Date: Mon, 23 Jul 2007 01:13:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/07/23 01:13:10

Modified files:
        gui            : aqua.cpp aqua_ogl_glue.cpp 

Log message:
        This might work

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aqua.cpp?cvsroot=gnash&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aqua_ogl_glue.cpp?cvsroot=gnash&r1=1.13&r2=1.14

Patches:
Index: aqua.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/aqua.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- aqua.cpp    23 Jul 2007 01:01:31 -0000      1.15
+++ aqua.cpp    23 Jul 2007 01:13:10 -0000      1.16
@@ -18,7 +18,7 @@
 // 
 //
 
-/* $Id: aqua.cpp,v 1.15 2007/07/23 01:01:31 nihilus Exp $ */
+/* $Id: aqua.cpp,v 1.16 2007/07/23 01:13:10 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

Index: aqua_ogl_glue.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/aqua_ogl_glue.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- aqua_ogl_glue.cpp   23 Jul 2007 01:01:31 -0000      1.13
+++ aqua_ogl_glue.cpp   23 Jul 2007 01:13:10 -0000      1.14
@@ -18,7 +18,7 @@
 // 
 //
 
-/* $Id: aqua_ogl_glue.cpp,v 1.13 2007/07/23 01:01:31 nihilus Exp $ */
+/* $Id: aqua_ogl_glue.cpp,v 1.14 2007/07/23 01:13:10 nihilus Exp $ */
 
 
 #include "aqua_ogl_glue.h"
@@ -110,7 +110,7 @@
 {
     GNASH_REPORT_FUNCTION;
     //SDL_GL_SwapBuffers();
-    glFlush();
+    aglUpdateContext(aglGetCurrentContext());
 }
 
 } // namespace gnash
\ No newline at end of file




reply via email to

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