gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/Player.cpp gui/DESIGN


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog gui/Player.cpp gui/DESIGN
Date: Sat, 28 Jul 2007 01:18:33 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/07/28 01:18:33

Modified files:
        .              : ChangeLog 
        gui            : Player.cpp DESIGN 

Log message:
        define DEAFULT_GUI as a string instead of enum.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3845&r2=1.3846
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Player.cpp?cvsroot=gnash&r1=1.63&r2=1.64
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/DESIGN?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3845
retrieving revision 1.3846
diff -u -b -r1.3845 -r1.3846
--- ChangeLog   27 Jul 2007 15:38:15 -0000      1.3845
+++ ChangeLog   28 Jul 2007 01:18:32 -0000      1.3846
@@ -18,6 +18,7 @@
 2007-07-27 Markus Gothe <address@hidden>
 
        * gui/DESIGN: Added some docmentation on the GUI-API.
+       * gui/Player.cpp: define DEAFULT_GUI as a string instead of enum.
 
 2007-07-26 Sandro Santilli <address@hidden>
 

Index: gui/Player.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/Player.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- gui/Player.cpp      26 Jul 2007 19:50:15 -0000      1.63
+++ gui/Player.cpp      28 Jul 2007 01:18:32 -0000      1.64
@@ -22,7 +22,7 @@
 #endif
 
 #ifndef DEFAULT_GUI
-# define DEFAULT_GUI guiNull
+# define DEFAULT_GUI "NULL"
 #endif
 
 #include "gui.h"

Index: gui/DESIGN
===================================================================
RCS file: /sources/gnash/gnash/gui/DESIGN,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- gui/DESIGN  27 Jul 2007 13:52:17 -0000      1.3
+++ gui/DESIGN  28 Jul 2007 01:18:33 -0000      1.4
@@ -1,4 +1,4 @@
-$Id: DESIGN,v 1.3 2007/07/27 13:52:17 nihilus Exp $
+$Id: DESIGN,v 1.4 2007/07/28 01:18:33 nihilus Exp $
 
 Overview
 ========
@@ -23,6 +23,9 @@
 createWindow(const char* title, int width, int height): 
 Here we create a window-widget with calling parameters.
 
+setCursor(gnash_cursor_type newcursor):
+This function is called when the cursor-type is changed.
+
 run(): 
 This is the main()-call for the GUI.
 




reply via email to

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