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: Thu, 17 May 2007 22:16:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/05/17 22:16:22

Modified files:
        gui            : aqua.cpp 

Log message:
        Implemeted missing stubs to let it compile.

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

Patches:
Index: aqua.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/aqua.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- aqua.cpp    8 May 2007 21:55:32 -0000       1.7
+++ aqua.cpp    17 May 2007 22:16:22 -0000      1.8
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: aqua.cpp,v 1.7 2007/05/08 21:55:32 nihilus Exp $ */
+/* $Id: aqua.cpp,v 1.8 2007/05/17 22:16:22 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -59,6 +59,17 @@
        
 }
 
+void AquaGui::setInterval(unsigned int interval)
+{
+    _interval = interval;
+}
+
+bool AquaGui::run()
+{
+    GNASH_REPORT_FUNCTION;
+    return false;
+}
+
 void AquaGui::renderBuffer()
 {
     //GNASH_REPORT_FUNCTION;




reply via email to

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