diff options
Diffstat (limited to 'dw/image.hh')
-rw-r--r-- | dw/image.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/image.hh b/dw/image.hh index a46dd20a..c8752b22 100644 --- a/dw/image.hh +++ b/dw/image.hh @@ -130,7 +130,8 @@ private: bool isMap; protected: - void sizeRequestImpl (core::Requisition *requisition); + void sizeRequestImpl (core::Requisition *requisition, bool posDefined, int x, + int y); void getExtremesImpl (core::Extremes *extremes); void sizeAllocateImpl (core::Allocation *allocation); void containerSizeChangedForChildren (); |