diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-03 09:17:57 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-03 09:17:57 -0300 |
commit | 69bcd6963fabfd547495c186e3ea570d2f33cbed (patch) | |
tree | ca700f6c00a75309669d44d5c3461f20ce555496 /src/html_common.hh | |
parent | 13082c04fe0d2f167b6888108b3672e94a2fb3ea (diff) |
Minor cleanups
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 143b9458..de87ec80 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -204,6 +204,9 @@ public: //BUG: for now everything is public Dstr *attr_data; /* Buffer for attribute value */ + int32_t link_color; + int32_t visited_color; + /* -------------------------------------------------------------------*/ /* Variables required after parsing (for page functionality) */ /* -------------------------------------------------------------------*/ @@ -213,9 +216,6 @@ public: //BUG: for now everything is public lout::misc::SimpleVector<DilloLinkImage*> *images; dw::ImageMapsList maps; - int32_t link_color; - int32_t visited_color; - private: void freeParseData(); void initDw(); /* Used by the constructor */ |