summaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2012-11-04 12:07:57 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2012-11-04 12:07:57 +0100
commit1b2ef5f668d13761c5c7564743a8f08a78065a66 (patch)
treefa8f5821235090c1245b50ac022a78e8d5c4033d /src/styleengine.hh
parent7af7a723ff3f001a075ca22d093a790752021051 (diff)
some style engine refactoring
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 7cca1475..237008a6 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -36,6 +36,8 @@ class StyleEngine {
Doctree *doctree;
int importDepth;
+ void stackPush ();
+ void stackPop ();
void buildUserAgentStyle ();
void buildUserStyle ();
dw::core::style::Style *style0 (int i);