aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-06-06 22:25:24 +0200
committerSebastian Geerken <devnull@localhost>2015-06-06 22:25:24 +0200
commit826577556fa8b8eedcf1620b4104115d83dbce0b (patch)
tree15bd78cfd44a8fc78aa7502e36a847df7e99e8b2 /dw/ui.hh
parent342368d26b9fcb37bd7ea594e3031717dee465c2 (diff)
SRDOP: Positions also for extremes.
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index 3196ddc1..25033ca8 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -230,7 +230,8 @@ private:
protected:
void sizeRequestImpl (Requisition *requisition, bool posDefined, int x,
int y);
- void getExtremesImpl (Extremes *extremes);
+ void getExtremesImpl (Extremes *extremes, bool posDefined, int x,
+ int y);
void sizeAllocateImpl (Allocation *allocation);
int getAvailWidthOfChild (Widget *child, bool forceValue);