diff options
author | Sebastian Geerken <devnull@localhost> | 2015-05-20 22:47:25 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-05-20 22:47:25 +0200 |
commit | bb6b9a5275d148782cb81811461d5063de38cb92 (patch) | |
tree | 04fdfdae48bb291c7c26a87d6044fd3c1ff122a7 /dw/ruler.hh | |
parent | 150606242d7da8d9c616e05bdf8a3e92de428c8a (diff) |
Size requisitions depending on positions (SRDOP): added method signatures.
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh index c90afccf..6b28ce8e 100644 --- a/dw/ruler.hh +++ b/dw/ruler.hh @@ -20,7 +20,8 @@ namespace dw { class Ruler: public RegardingBorder { protected: - void sizeRequestImpl (core::Requisition *requisition); + void sizeRequestImpl (core::Requisition *requisition, bool posDefined, int x, + int y); void getExtremesImpl (core::Extremes *extremes); void containerSizeChangedForChildren (); bool usesAvailWidth (); |