aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-10-08 15:03:36 +0200
committerSebastian Geerken <devnull@localhost>2013-10-08 15:03:36 +0200
commitff920593c94fe192775811b7d9c7ab340a883c3a (patch)
tree6c5e1446c901aaf6e14bfbda95b5919bb0ab3c53 /dw/layout.hh
parent770d42709c33d55cfd3d650efbb95abdc7c2cc65 (diff)
Cleaned up "reference area" of background images; confirms now to CSS spec.
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index abc763b1..65fe2312 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -26,7 +26,7 @@ private:
LayoutImgRenderer (Layout *layout) { this->layout = layout; }
bool readyToDraw ();
- void getPaddingArea (int *x, int *y, int *width, int *height);
+ void getBgArea (int *x, int *y, int *width, int *height);
void getRefArea (int *xRef, int *yRef, int *widthRef, int *heightRef);
style::StyleImage *getBackgroundImage ();
style::BackgroundRepeat getBackgroundRepeat ();