summaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index 25033ca8..62ffe3a6 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -228,10 +228,8 @@ private:
Resource *resource;
protected:
- void sizeRequestImpl (Requisition *requisition, bool posDefined, int x,
- int y);
- void getExtremesImpl (Extremes *extremes, bool posDefined, int x,
- int y);
+ void sizeRequestSimpl (Requisition *requisition);
+ void getExtremesSimpl (Extremes *extremes);
void sizeAllocateImpl (Allocation *allocation);
int getAvailWidthOfChild (Widget *child, bool forceValue);