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. bf85187ffdd6a6cbec81


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. bf85187ffdd6a6cbec818bb551624c5f08001713
Date: Wed, 25 Aug 2010 21:50:10 +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  bf85187ffdd6a6cbec818bb551624c5f08001713 (commit)
      from  b1e5dc010068f998e62fdfc85e9bc2feea01d3cd (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=bf85187ffdd6a6cbec818bb551624c5f08001713


commit bf85187ffdd6a6cbec818bb551624c5f08001713
Author: Sandro Santilli <address@hidden>
Date:   Wed Aug 25 23:49:47 2010 +0200

    FBGui::checkForData() is implemented as returning void, so advertise it as 
such

diff --git a/gui/fb/fb.cpp b/gui/fb/fb.cpp
index af9fa83..75fbb92 100644
--- a/gui/fb/fb.cpp
+++ b/gui/fb/fb.cpp
@@ -769,7 +769,7 @@ FBGui::enable_terminal()
     return true;
 }
 
-bool
+void
 FBGui::checkForData()
 {
     GNASH_REPORT_FUNCTION;
diff --git a/gui/fb/fbsup.h b/gui/fb/fbsup.h
index 38d589c..e5f7d93 100644
--- a/gui/fb/fbsup.h
+++ b/gui/fb/fbsup.h
@@ -152,7 +152,7 @@ public:
     virtual void setInvalidatedRegions(const InvalidatedRanges& ranges);
     virtual bool want_multiple_regions() { return true; }
 
-    bool checkForData();    
+    void checkForData();    
 };
 
 // end of namespace gnash

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

Summary of changes:
 gui/fb/fb.cpp  |    2 +-
 gui/fb/fbsup.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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