diff options
Diffstat (limited to 'dw/image.cc')
-rw-r--r-- | dw/image.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dw/image.cc b/dw/image.cc index 1cb9ce39..acb2779e 100644 --- a/dw/image.cc +++ b/dw/image.cc @@ -450,6 +450,16 @@ void Image::drawRow (int row) area.width, area.height); } +void Image::finish () +{ + // Nothing to do; images are always drawn line by line. +} + +void Image::fatal () +{ + // Could display an error. +} + /** * \brief Sets image as server side image map. |