aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-02-17 11:57:06 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-02-17 11:57:06 +0100
commitf1f1a6e75aae930a2b5ad9406303e2577fcb7743 (patch)
treedc43feccd134bebc3155dc8c8f464f72950ed4a3 /src/styleengine.hh
parentf439ac9b889ce757133f8cb5d261381190e2065f (diff)
fix missing background color for ComplexButton (noticed by corvid)
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index ffa13ac9..a324b419 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -56,6 +56,7 @@ class StyleEngine : public Doctree {
void setPseudoVisited ();
void setNonCssHints (CssPropertyList *nonCssHints);
void inheritBackgroundColor (); /* \todo get rid of this somehow */
+ dw::core::style::Style *backgroundStyle ();
inline dw::core::style::Style *style () {
dw::core::style::Style *s = stack->getRef (stack->size () - 1)->style;
@@ -71,7 +72,6 @@ class StyleEngine : public Doctree {
else
return wordStyle0 ();
};
-
};
#endif