gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/fbsup.h gui/fb.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog gui/fbsup.h gui/fb.cpp
Date: Wed, 11 Oct 2006 22:15:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/11 22:15:25

Modified files:
        .              : ChangeLog 
        gui            : fbsup.h fb.cpp 

Log message:
        moved FBGui class documentation from implementation to header file, for 
better doxygen consumption.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1156&r2=1.1157
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/fbsup.h?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/fb.cpp?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1156
retrieving revision 1.1157
diff -u -b -r1.1156 -r1.1157
--- ChangeLog   11 Oct 2006 21:57:34 -0000      1.1156
+++ ChangeLog   11 Oct 2006 22:15:25 -0000      1.1157
@@ -1,3 +1,8 @@
+2006-10-12 Sandro Santilli <address@hidden>
+
+       * gui/fbsup.h, gui/fb.cpp: moved class documentation from
+         implementation to header file, for better doxygen consumption.
+
 2006-10-12 Patrice Dumas <address@hidden>
 
        * configure.ac: check for KDE stuff if klash build is

Index: gui/fbsup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/fbsup.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- gui/fbsup.h 9 Oct 2006 16:18:22 -0000       1.4
+++ gui/fbsup.h 11 Oct 2006 22:15:25 -0000      1.5
@@ -54,6 +54,28 @@
 namespace gnash
 {
 
+
+/// A Framebuffer-based GUI for Gnash.
+//
+/// It currently requires the AGG backend to render the frames.
+/// It operates in fullscreen mode and uses the screen mode 
+/// currently active.
+///
+/// Supported graphics modes:
+///
+///   Resolution: any
+///
+///   Pixel formats:
+///     8 bit: none yet
+///     15 bit: R5/G5/B5
+///     16 bit: R5/G6/B5
+///     24 bit: R8/G8/B8, B8/G8/R8
+///
+///
+/// Supported input devices:
+///
+///   None, yet. But may be added easily.    
+///
 class FBGui : public Gui
 {
        private:

Index: gui/fb.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/fb.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- gui/fb.cpp  9 Oct 2006 17:41:27 -0000       1.7
+++ gui/fb.cpp  11 Oct 2006 22:15:25 -0000      1.8
@@ -37,25 +37,6 @@
 
 // 
-----------------------------------------------------------------------------
 
-/// A Framebuffer-based GUI for Gnash. It required the AGG backend to render
-/// the frames. It operates in fullscreen mode and uses the screen mode 
-/// currently active.
-///
-/// Supported graphics modes:
-///
-///   Resolution: any
-///
-///   Pixel formats:
-///     8 bit: none yet
-///     15 bit: R5/G5/B5
-///     16 bit: R5/G6/B5
-///     24 bit: R8/G8/B8, B8/G8/R8
-///
-///
-/// Supported input devices:
-///
-///   None, yet. But may be added easily.    
-   
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"




reply via email to

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