diff options
Diffstat (limited to 'dw/image.cc')
-rw-r--r-- | dw/image.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/image.cc b/dw/image.cc index 9c8e5f00..ae48961f 100644 --- a/dw/image.cc +++ b/dw/image.cc @@ -252,6 +252,11 @@ void Image::sizeAllocateImpl (core::Allocation *allocation) } } +void Image::containerSizeChangedForChildren () +{ + // Nothing to do. +} + void Image::enterNotifyImpl (core::EventCrossing *event) { // BUG: this is wrong for image maps, but the cursor position is unknown. |