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. 9829e9dc82f7b4e1dc51


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 9829e9dc82f7b4e1dc51e30c355f3b5b8325d945
Date: Mon, 25 Oct 2010 14:32:54 +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  9829e9dc82f7b4e1dc51e30c355f3b5b8325d945 (commit)
      from  da92ec6ab064cff875355116112ee1a3f185306b (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=9829e9dc82f7b4e1dc51e30c355f3b5b8325d945


commit 9829e9dc82f7b4e1dc51e30c355f3b5b8325d945
Author: Sandro Santilli <address@hidden>
Date:   Mon Oct 25 16:32:43 2010 +0200

    Remove obsoleted comment

diff --git a/gui/gui.h b/gui/gui.h
index 3a11dcc..7db9235 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -176,14 +176,6 @@ public:
     // does not need to be implemented (optional feature),
     // but still needs to be available.
     //
-    // Why "SWFRect" (floats)? Because the gui does not really
-    // know about the scale the renderer currently uses... 
-    //
-    // <strk> but it does not about the "semantic" of the TWIPS
-    //        coordinate space, which is integer values...
-    //        The question really is: why floats for TWIPS ?
-    //        (guess this goes deep in the core/server libs)
-    //
     virtual void setInvalidatedRegion(const SWFRect& bounds);
     virtual void setInvalidatedRegions(const InvalidatedRanges& ranges);
     
@@ -241,9 +233,11 @@ public:
     /// Key event notification to be called when a key is pressed or depressed
     //
     /// @param k The key code.
-    /// @param modifier Modifier key identifiers from gnash::key::modifier 
ORed together
-    /// @param pressed Determines whether the key is being
-    ///           pressed (true) or being released (false)
+    /// @param modifier
+    ///   Modifier key identifiers from gnash::key::modifier ORed together
+    /// @param pressed
+    ///   Determines whether the key is being pressed (true)
+    ///   or being released (false)
     ///
     void notify_key_event(gnash::key::code k, int modifier, bool pressed);
 

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

Summary of changes:
 gui/gui.h |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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