aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-14 22:21:18 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-12-14 22:21:18 +0100
commitc0c441dc39e215f94c1cc04b2a20eabb141bbce4 (patch)
tree423a1dd3c4e636b5d5798880e2069e68502d132a /src/styleengine.hh
parentbdd5c393602dd2f49fb71e33f5e643175a000727 (diff)
inherit pseudo classes "link" and "visited"
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 1b17cb52..c22631e7 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -50,7 +50,8 @@ class StyleEngine : public Doctree {
void setClass (const char *klass);
void setStyle (const char *style);
void endElement (int tag);
- void setPseudo (const char *pseudo);
+ void setPseudoLink ();
+ void setPseudoVisited ();
void setNonCssHints (CssPropertyList *nonCssHints);
void inheritBackgroundColor (); /* \todo get rid of this somehow */