aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
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);