gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11111: Put the SKIP_RENDERING_IF_LA


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11111: Put the SKIP_RENDERING_IF_LATE define in the .cpp file, for faster rebuilds while testing
Date: Sun, 14 Jun 2009 21:17:00 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11111
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sun 2009-06-14 21:17:00 +0200
message:
  Put the SKIP_RENDERING_IF_LATE define in the .cpp file, for faster rebuilds 
while testing
modified:
  gui/gui.cpp
  gui/gui.h
=== modified file 'gui/gui.cpp'
--- a/gui/gui.cpp       2009-05-25 17:31:02 +0000
+++ b/gui/gui.cpp       2009-06-14 19:17:00 +0000
@@ -66,6 +66,12 @@
 //
 //#define DEBUG_MOUSE_COORDINATES 1
 
+// Define the following macro if you want to skip rendering
+// when late on FPS time.
+// This is an experimental feature, so it's off by default
+//#define SKIP_RENDERING_IF_LATE 1
+
+
 
 namespace gnash {
 

=== modified file 'gui/gui.h'
--- a/gui/gui.h 2009-05-25 17:31:02 +0000
+++ b/gui/gui.h 2009-06-14 19:17:00 +0000
@@ -41,12 +41,6 @@
 // gnashconfig.h
 //#define GNASH_FPS_DEBUG
 
-// Define the following macro if you want to skip rendering
-// when late on FPS time.
-// This is an experimental feature, so it's off by default
-//#define SKIP_RENDERING_IF_LATE
-
-
 /// Define this to disable region updates debugging altogether. If undefined,
 /// debugging will be a runtime option. The flag and flag-setting functions
 /// will not be disabled (too ugly).


reply via email to

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