aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-10-11 21:56:57 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2010-10-11 21:56:57 +0200
commitb8591b41fda0567721b024059f9b4497e3d259e4 (patch)
tree9665355768ab119bfd09504f00704cc3ade494dd /dw/layout.hh
parentd3a9a4185e26638c7b6d512b8351d68a8c55c86e (diff)
parenta6cf69ecca7f17838f551a2983e2277440ec3f0d (diff)
merge
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index 304cf166..dc9bf227 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -202,7 +202,6 @@ private:
void removeAnchor (Widget *widget, char* name);
void setCursor (style::Cursor cursor);
void updateCursor ();
- void updateBgColor ();
void queueDraw (int x, int y, int width, int height);
void queueDrawExcept (int x, int y, int width, int height,
int ex, int ey, int ewidth, int eheight);
@@ -362,6 +361,10 @@ public:
/** \brief See dw::core::FindtextState::resetSearch. */
inline void resetSearch () { findtextState.resetSearch (); }
+
+ void setBgColor (style::Color *color);
+
+ inline style::Color* getBgColor () { return bgColor; }
};
} // namespace dw