gnash-commit
[Top][All Lists]
Advanced

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

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


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog gui/gui.cpp
Date: Mon, 07 Apr 2008 07:42:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/04/07 07:42:38

Modified files:
        .              : ChangeLog 
        gui            : gui.cpp 

Log message:
        Fix compile for FPS debug.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6193&r2=1.6194
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.cpp?cvsroot=gnash&r1=1.145&r2=1.146

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6193
retrieving revision 1.6194
diff -u -b -r1.6193 -r1.6194
--- ChangeLog   7 Apr 2008 05:11:24 -0000       1.6193
+++ ChangeLog   7 Apr 2008 07:42:37 -0000       1.6194
@@ -1,5 +1,9 @@
 2008-04-07 Benjamin Wolsey <address@hidden>
 
+       * gui/gui.cpp: get_ticks -> getTicks.
+
+2008-04-07 Benjamin Wolsey <address@hidden>
+
        * libbase/Time.{cpp,h}: clean up headers again.
 
 2008-04-06 Benjamin Wolsey <address@hidden>

Index: gui/gui.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -b -r1.145 -r1.146
--- gui/gui.cpp 6 Apr 2008 17:48:32 -0000       1.145
+++ gui/gui.cpp 7 Apr 2008 07:42:38 -0000       1.146
@@ -1002,7 +1002,7 @@
          return;
   }
 
-  boost::uint64_t current_timer = clocktime::get_ticks();
+  boost::uint64_t current_timer = clocktime::getTicks();
 
   // TODO: keep fps_timer_interval in milliseconds to avoid the multiplication
   //       at each fpsCounterTick call...




reply via email to

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