gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 161c0185871eb1e0cf2c


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 161c0185871eb1e0cf2c37360ea7767457744d7f
Date: Thu, 11 Nov 2010 16:06:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  161c0185871eb1e0cf2c37360ea7767457744d7f (commit)
       via  a99f4a41bdac710ce0b4f9155075003dc02b5e9a (commit)
      from  a957a28e6bc3cc9a9fa7851daabfb5de618694a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=161c0185871eb1e0cf2c37360ea7767457744d7f


commit 161c0185871eb1e0cf2c37360ea7767457744d7f
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 11 17:06:18 2010 +0100

    don't log_debug 100 times per second :)

diff --git a/gui/fb/fb.cpp b/gui/fb/fb.cpp
index 4d049ec..b57fa2c 100644
--- a/gui/fb/fb.cpp
+++ b/gui/fb/fb.cpp
@@ -777,7 +777,7 @@ FBGui::enable_terminal()
 void
 FBGui::checkForData()
 {
-    GNASH_REPORT_FUNCTION;
+    // GNASH_REPORT_FUNCTION;
 
     std::vector<boost::shared_ptr<InputDevice> >::iterator it;
 

http://git.savannah.gnu.org/cgit//commit/?id=a99f4a41bdac710ce0b4f9155075003dc02b5e9a


commit a99f4a41bdac710ce0b4f9155075003dc02b5e9a
Author: Sandro Santilli <address@hidden>
Date:   Thu Nov 11 17:04:51 2010 +0100

    initialize validbounds on ::init, log_debug sizes

diff --git a/gui/fb/fb.cpp b/gui/fb/fb.cpp
index 2a54b73..4d049ec 100644
--- a/gui/fb/fb.cpp
+++ b/gui/fb/fb.cpp
@@ -329,7 +329,9 @@ FBGui::init(int argc, char *** argv)
                 break;
         }
     }
-    
+
+    log_debug("Width:%d, Height:%d");
+    _validbounds.setTo(0, 0, _width - 1, _height - 1);    
 
     return true;
 }
@@ -339,8 +341,6 @@ FBGui::initialize_renderer()
 {
     GNASH_REPORT_FUNCTION;
 
-    _validbounds.setTo(0, 0, _width - 1, _height - 1);    
-
     const int bpp = var_screeninfo.bits_per_pixel;
     const int size = fix_screeninfo.smem_len; 
 

-----------------------------------------------------------------------

Summary of changes:
 gui/fb/fb.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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