aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-03-09 03:02:46 +0100
committerJohannes Schickel2011-03-09 03:02:46 +0100
commitbd82ebd080bf97fad8831d3ad6bdaa01d3158d21 (patch)
tree039a6b6d51c80ae8f12d58e3b9a6442b0021852b /backends/platform/wince/wince-sdl.h
parent438f2b2e1bc987080a0dcc500d04f4eb18174763 (diff)
downloadscummvm-rg350-bd82ebd080bf97fad8831d3ad6bdaa01d3158d21.tar.gz
scummvm-rg350-bd82ebd080bf97fad8831d3ad6bdaa01d3158d21.tar.bz2
scummvm-rg350-bd82ebd080bf97fad8831d3ad6bdaa01d3158d21.zip
WINCE: Run astyle over WinCE source files.
Diffstat (limited to 'backends/platform/wince/wince-sdl.h')
-rw-r--r--backends/platform/wince/wince-sdl.h8
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
};