diff --git a/src/gui/RomImageWidget.hxx b/src/gui/RomImageWidget.hxx index 6f27204fd..f906cb674 100644 --- a/src/gui/RomImageWidget.hxx +++ b/src/gui/RomImageWidget.hxx @@ -113,6 +113,7 @@ class RomImageWidget : public Widget // Surface zoom status bool myIsZoomed{false}; + #ifdef IMAGE_SUPPORT // Zoom delay timer uInt32 myZoomTimer{0}; @@ -121,6 +122,7 @@ class RomImageWidget : public Widget // Last mouse position, used for zooming Common::Point myMousePos; + #endif // Current navigation area of the mouse Area myMouseArea{Area::NONE};