aboutsummaryrefslogtreecommitdiff
path: root/dw/image.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-06-08 22:18:41 +0200
committerSebastian Geerken <devnull@localhost>2015-06-08 22:18:41 +0200
commit7c8f69de8bc95c6078ee5fc0b63d263a80f31b44 (patch)
treeb495c1320496cd5ff67c56b6a07d5a79c218455b /dw/image.hh
parent826577556fa8b8eedcf1620b4104115d83dbce0b (diff)
SRDOP: Positions relative to multiple references; design now considers handling conflicts.
Diffstat (limited to 'dw/image.hh')
-rw-r--r--dw/image.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/dw/image.hh b/dw/image.hh
index 1de315bd..ae47f307 100644
--- a/dw/image.hh
+++ b/dw/image.hh
@@ -130,10 +130,8 @@ private:
bool isMap;
protected:
- void sizeRequestImpl (core::Requisition *requisition, bool posDefined, int x,
- int y);
- void getExtremesImpl (core::Extremes *extremes, bool posDefined, int x,
- int y);
+ void sizeRequestSimpl (core::Requisition *requisition);
+ void getExtremesSimpl (core::Extremes *extremes);
void sizeAllocateImpl (core::Allocation *allocation);
void containerSizeChangedForChildren ();