gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/gui_fb.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog gui/gui_fb.cpp
Date: Sat, 28 Jul 2007 20:10:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/28 20:10:15

Modified files:
        .              : ChangeLog 
        gui            : gui_fb.cpp 

Log message:
        * gui/gui_fb.cpp: typo fix (FbGui => FBGui).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3849&r2=1.3850
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui_fb.cpp?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3849
retrieving revision 1.3850
diff -u -b -r1.3849 -r1.3850
--- ChangeLog   28 Jul 2007 14:55:27 -0000      1.3849
+++ ChangeLog   28 Jul 2007 20:10:14 -0000      1.3850
@@ -1,5 +1,6 @@
 2007-07-28 Sandro Santilli <address@hidden>
 
+       * gui/gui_fb.cpp: typo fix (FbGui => FBGui).
        * testsuite/misc-mtasc.all/Makefile.am: distribute
          mtasc related files even if mtasc is not detected.
 

Index: gui/gui_fb.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui_fb.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gui/gui_fb.cpp      26 Jul 2007 14:39:09 -0000      1.1
+++ gui/gui_fb.cpp      28 Jul 2007 20:10:15 -0000      1.2
@@ -16,7 +16,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: gui_fb.cpp,v 1.1 2007/07/26 14:39:09 strk Exp $ */
+/* $Id: gui_fb.cpp,v 1.2 2007/07/28 20:10:15 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -34,7 +34,7 @@
 #ifdef GUI_FB
 std::auto_ptr<Gui> createFBGui(unsigned long windowid, float scale, bool 
do_loop, unsigned int bit_depth)
 {
-       return std::auto_ptr<Gui>(new FbGui(windowid, scale, do_loop, 
bit_depth));
+       return std::auto_ptr<Gui>(new FBGui(windowid, scale, do_loop, 
bit_depth));
 }
 #else // ! GUI_FB
 std::auto_ptr<Gui> createFBGui(unsigned long , float , bool , unsigned int )




reply via email to

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