mirror of https://github.com/stella-emu/stella.git
fixed warnings
This commit is contained in:
parent
6f7c96aef1
commit
13d8e8e842
|
@ -113,6 +113,7 @@ class RomImageWidget : public Widget
|
||||||
// Surface zoom status
|
// Surface zoom status
|
||||||
bool myIsZoomed{false};
|
bool myIsZoomed{false};
|
||||||
|
|
||||||
|
#ifdef IMAGE_SUPPORT
|
||||||
// Zoom delay timer
|
// Zoom delay timer
|
||||||
uInt32 myZoomTimer{0};
|
uInt32 myZoomTimer{0};
|
||||||
|
|
||||||
|
@ -121,6 +122,7 @@ class RomImageWidget : public Widget
|
||||||
|
|
||||||
// Last mouse position, used for zooming
|
// Last mouse position, used for zooming
|
||||||
Common::Point myMousePos;
|
Common::Point myMousePos;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Current navigation area of the mouse
|
// Current navigation area of the mouse
|
||||||
Area myMouseArea{Area::NONE};
|
Area myMouseArea{Area::NONE};
|
||||||
|
|
Loading…
Reference in New Issue