gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui aqua.cpp aquasup.h


From: Markus Gothe
Subject: [Gnash-commit] gnash/gui aqua.cpp aquasup.h
Date: Sun, 06 May 2007 23:39:42 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/05/06 23:39:42

Modified files:
        gui            : aqua.cpp aquasup.h 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aqua.cpp?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aquasup.h?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: aqua.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/aqua.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- aqua.cpp    6 May 2007 23:05:02 -0000       1.4
+++ aqua.cpp    6 May 2007 23:39:42 -0000       1.5
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: aqua.cpp,v 1.4 2007/05/06 23:05:02 nihilus Exp $ */
+/* $Id: aqua.cpp,v 1.5 2007/05/06 23:39:42 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -30,6 +30,12 @@
 #include "movie_root.h"
 
 #include "render_handler.h"
-#include "render_handler_ogl.h"
 
 #include <Carbon/Carbon.h>
\ No newline at end of file
+
+namespace gnash {
+       
+
+
+
+}
\ No newline at end of file

Index: aquasup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/aquasup.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- aquasup.h   6 May 2007 22:13:51 -0000       1.1
+++ aquasup.h   6 May 2007 23:39:42 -0000       1.2
@@ -17,4 +17,26 @@
 // 
 //
 
-/* $Id: aquasup.h,v 1.1 2007/05/06 22:13:51 nihilus Exp $ */
+/* $Id: aquasup.h,v 1.2 2007/05/06 23:39:42 nihilus Exp $ */
+
+#ifndef __AQUASUP_H__
+#define __AQUASUP_H__
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <vector>
+
+#include "gui.h"
+
+namespace gnash {
+
+class AquaGui : public Gui
+{
+
+};
+
+}
+
+#endif
\ No newline at end of file




reply via email to

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