diff options
Diffstat (limited to 'backends/platform/wince/wince-sdl.h')
-rw-r--r-- | backends/platform/wince/wince-sdl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h index 34672f84df..d7ede8ca81 100644 --- a/backends/platform/wince/wince-sdl.h +++ b/backends/platform/wince/wince-sdl.h @@ -70,8 +70,8 @@ public: static void initScreenInfos(); static bool isOzone(); - static bool _soundMaster; // turn off sound after all calculations - // static since needed by the SDL callback + static bool _soundMaster; // turn off sound after all calculations + // static since needed by the SDL callback protected: void initSDL(); @@ -82,11 +82,11 @@ protected: private: void check_mappings(); - bool _forcePanelInvisible; // force panel visibility for some cases + bool _forcePanelInvisible; // force panel visibility for some cases static int _platformScreenWidth; static int _platformScreenHeight; - static bool _isOzone; // true if running on Windows 2003 SE + static bool _isOzone; // true if running on Windows 2003 SE }; |