gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11347: AAAAAAND here's the header.


From: Bob Naugle
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11347: AAAAAAND here's the header.
Date: Thu, 30 Jul 2009 15:27:22 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11347
committer: Bob Naugle <address@hidden>
branch nick: trunk
timestamp: Thu 2009-07-30 15:27:22 -0600
message:
  AAAAAAND here's the header.
modified:
  libcore/TextField.h
=== modified file 'libcore/TextField.h'
--- a/libcore/TextField.h       2009-07-30 16:45:10 +0000
+++ b/libcore/TextField.h       2009-07-30 21:27:22 +0000
@@ -478,7 +478,7 @@
                return _tabStops;
        }
 
-       std::string getRestrict() const
+       const std::string& getRestrict() const
        {
                return _restrict;
        }
@@ -488,7 +488,7 @@
        void setBullet(bool b);
        void setURL(std::string url);
        void setTarget(std::string target);
-       void setRestrict(std::string restrict);
+       void setRestrict(const std::string& restrict);
        void setDisplay(TextFormatDisplay display);
 
        void setTextFormat(TextFormat_as& tf);
@@ -634,6 +634,8 @@
        /// and no actionscript added text.
        bool _textDefined;
 
+       bool _restrictDefined;
+
        /// bounds of dynamic text, as laid out
        rect m_text_bounding_box;
 
@@ -645,7 +647,7 @@
        std::string _url;
        std::string _target;
        std::string _restrict;
-       std::set<char> _restrictedchars;
+       std::set<wchar_t> _restrictedchars;
        TextFormatDisplay _display;
        std::vector<int> _tabStops;
 


reply via email to

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