diff options
Diffstat (limited to 'dw/image.hh')
-rw-r--r-- | dw/image.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/image.hh b/dw/image.hh index 71ed85b9..9adf7806 100644 --- a/dw/image.hh +++ b/dw/image.hh @@ -121,6 +121,7 @@ class Image: public core::Widget, public core::ImgRenderer private: char *altText; core::Imgbuf *buffer; + int bufWidth, bufHeight; int altTextWidth; bool clicking; int currLink; |