diff options
author | Kostas Nakos | 2007-04-28 17:42:12 +0000 |
---|---|---|
committer | Kostas Nakos | 2007-04-28 17:42:12 +0000 |
commit | 4e12eeeb79cd6a473fa9fcfaa201d26b4aa6780f (patch) | |
tree | d64af3901c1cfad9cb1c6d605948ec9cf33a4698 /backends/platform | |
parent | 2a80fc1c6b3404663a67a0d3ed3c9b44d83c22d9 (diff) | |
download | scummvm-rg350-4e12eeeb79cd6a473fa9fcfaa201d26b4aa6780f.tar.gz scummvm-rg350-4e12eeeb79cd6a473fa9fcfaa201d26b4aa6780f.tar.bz2 scummvm-rg350-4e12eeeb79cd6a473fa9fcfaa201d26b4aa6780f.zip |
add focus flag
svn-id: r26662
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/wince/wince-sdl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h index 7d797e5959..9c6a0876e6 100644 --- a/backends/platform/wince/wince-sdl.h +++ b/backends/platform/wince/wince-sdl.h @@ -207,6 +207,7 @@ private: int _scaleFactorYm; // scaler Y * int _scaleFactorYd; // scaler Y / bool _scalersChanged; + bool _hasfocus; // scummvm has the top window static int _platformScreenWidth; static int _platformScreenHeight; |