From 7c8f69de8bc95c6078ee5fc0b63d263a80f31b44 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Mon, 8 Jun 2015 22:18:41 +0200 Subject: SRDOP: Positions relative to multiple references; design now considers handling conflicts. --- dw/ui.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dw/ui.hh') 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); -- cgit v1.2.3