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/widget.hh | |
parent | 770d42709c33d55cfd3d650efbb95abdc7c2cc65 (diff) |
Cleaned up "reference area" of background images; confirms now to CSS spec.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index ad36df92..34b35efa 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -88,7 +88,7 @@ protected: inline WidgetImgRenderer (Widget *widget) { this->widget = widget; } bool readyToDraw (); - void getArea (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::Style *getStyle (); void draw (int x, int y, int width, int height); @@ -311,7 +311,7 @@ public: void scrollTo (HPosition hpos, VPosition vpos, int x, int y, int width, int height); - void getBgRefArea (int *xRef, int *yRef, int *widthRef, int *heightRef); + void getPaddingArea (int *xPad, int *yPad, int *widthPad, int *heightPad); /** * \brief Return an iterator for this widget. |