aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.h
diff options
context:
space:
mode:
authorKostas Nakos2009-03-01 22:13:48 +0000
committerKostas Nakos2009-03-01 22:13:48 +0000
commitc7d7ce88881a3ff66b049b5df785791bc3808402 (patch)
tree5dec01243bbd8056c0289f08fcd6c1159a3f7a22 /backends/platform/wince/wince-sdl.h
parent454225833664bc12b4a146d77e59caf379a1cdd7 (diff)
downloadscummvm-rg350-c7d7ce88881a3ff66b049b5df785791bc3808402.tar.gz
scummvm-rg350-c7d7ce88881a3ff66b049b5df785791bc3808402.tar.bz2
scummvm-rg350-c7d7ce88881a3ff66b049b5df785791bc3808402.zip
better detection of aspect-scalable resolutions
svn-id: r39059
Diffstat (limited to 'backends/platform/wince/wince-sdl.h')
-rw-r--r--backends/platform/wince/wince-sdl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h
index 0efb7828fb..13f20ecccf 100644
--- a/backends/platform/wince/wince-sdl.h
+++ b/backends/platform/wince/wince-sdl.h
@@ -209,6 +209,8 @@ private:
bool _usesEmulatedMouse; // emulated mousemove ever been used in this session
+ bool _canBeAspectScaled; // game screen size allows for aspect scaling
+
int _scaleFactorXm; // scaler X *
int _scaleFactorXd; // scaler X /
int _scaleFactorYm; // scaler Y *