diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-08 15:03:36 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-08 15:03:36 +0200 |
commit | ff920593c94fe192775811b7d9c7ab340a883c3a (patch) | |
tree | 6c5e1446c901aaf6e14bfbda95b5919bb0ab3c53 /dw/layout.cc | |
parent | 770d42709c33d55cfd3d650efbb95abdc7c2cc65 (diff) |
Cleaned up "reference area" of background images; confirms now to CSS spec.
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index 7fa93046..f0470748 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -37,8 +37,8 @@ bool Layout::LayoutImgRenderer::readyToDraw () return true; } -void Layout::LayoutImgRenderer::getPaddingArea (int *x, int *y, int *width, - int *height) +void Layout::LayoutImgRenderer::getBgArea (int *x, int *y, int *width, + int *height) { // TODO Actually not padding area, but visible area? getRefArea (x, y, width, height); |