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 f29acc98..3196ddc1 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -228,7 +228,8 @@ private:
Resource *resource;
protected:
- void sizeRequestImpl (Requisition *requisition);
+ void sizeRequestImpl (Requisition *requisition, bool posDefined, int x,
+ int y);
void getExtremesImpl (Extremes *extremes);
void sizeAllocateImpl (Allocation *allocation);