gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10394: More SWFTree information.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10394: More SWFTree information.
Date: Fri, 05 Dec 2008 11:35:42 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10394
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2008-12-05 11:35:42 +0100
message:
  More SWFTree information.
modified:
  libcore/character.cpp
    ------------------------------------------------------------
    revno: 10391.1.6
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Fri 2008-12-05 11:31:29 +0100
    message:
      Add blend mode to character information.
    modified:
      libcore/character.cpp
=== modified file 'libcore/character.cpp'
--- a/libcore/character.cpp     2008-12-05 09:58:55 +0000
+++ b/libcore/character.cpp     2008-12-05 10:31:29 +0000
@@ -1392,6 +1392,10 @@
        tr.append_child(it, StringPair(_("Mask"), isMaskLayer() ? yes : no));   
    
        tr.append_child(it, StringPair(_("Destroyed"), isDestroyed() ? yes : 
no));
        tr.append_child(it, StringPair(_("Unloaded"), isUnloaded() ? yes : no));
+       
+    os.str("");
+    os << _blendMode;
+    tr.append_child(it, StringPair(_("Blend mode"), os.str()));
 #ifndef NDEBUG
     // This probably isn't interesting for non-developers
     tr.append_child(it, StringPair(_("Invalidated"), m_invalidated ? yes : 
no));


reply via email to

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