gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui aqua.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/gui aqua.cpp
Date: Tue, 24 Jul 2007 00:08:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/07/24 00:08:15

Modified files:
        gui            : aqua.cpp 

Log message:
        We, now we get a native OS X window... :D

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aqua.cpp?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: aqua.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/aqua.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- aqua.cpp    24 Jul 2007 00:04:39 -0000      1.17
+++ aqua.cpp    24 Jul 2007 00:08:15 -0000      1.18
@@ -18,7 +18,7 @@
 // 
 //
 
-/* $Id: aqua.cpp,v 1.17 2007/07/24 00:04:39 nihilus Exp $ */
+/* $Id: aqua.cpp,v 1.18 2007/07/24 00:08:15 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -128,6 +128,7 @@
 {
        GNASH_REPORT_FUNCTION;
     ShowWindow(myWindow);
+    while(1);
     return true;
 }
 
@@ -164,11 +165,12 @@
                        kWindowStandardHandlerAttribute,
                        &theBounds,
                        &myWindow);
-                    
+#if 0                    
        _glue.init(argc, argv);
 
     _renderer = _glue.createRenderHandler();
     if(!_renderer)return false;    
+#endif    
     return true;
 
 }




reply via email to

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