gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/DESIGN


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog gui/DESIGN
Date: Fri, 27 Jul 2007 13:52:18 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/07/27 13:52:17

Modified files:
        .              : ChangeLog 
        gui            : DESIGN 

Log message:
        Added some docmentation on the GUI-API.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3841&r2=1.3842
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/DESIGN?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3841
retrieving revision 1.3842
diff -u -b -r1.3841 -r1.3842
--- ChangeLog   27 Jul 2007 03:28:56 -0000      1.3841
+++ ChangeLog   27 Jul 2007 13:52:17 -0000      1.3842
@@ -1,3 +1,7 @@
+2007-07-27 Markus Gothe <address@hidden>
+
+       * gui/DESIGN: Added some docmentation on the GUI-API.
+
 2007-07-26 Sandro Santilli <address@hidden>
 
        * configure.ac: Don't threat static linking specially, multiple

Index: gui/DESIGN
===================================================================
RCS file: /sources/gnash/gnash/gui/DESIGN,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- gui/DESIGN  23 Jul 2007 15:50:03 -0000      1.2
+++ gui/DESIGN  27 Jul 2007 13:52:17 -0000      1.3
@@ -1,4 +1,4 @@
-$Id: DESIGN,v 1.2 2007/07/23 15:50:03 strk Exp $
+$Id: DESIGN,v 1.3 2007/07/27 13:52:17 nihilus Exp $
 
 Overview
 ========
@@ -15,6 +15,16 @@
 
 For the frontend we have GTK, SDL, KDE(QT), FLTK2, Aqua, Framebuffer.
 
+Functions to implement:
+
+init(int argc, char **argv[]):         
+This funtion is run first to initialize GUI-specific parameters/variables.
+
+createWindow(const char* title, int width, int height): 
+Here we create a window-widget with calling parameters.
+
+run(): 
+This is the main()-call for the GUI.
 
 Renderer
 ========




reply via email to

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