aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.h
diff options
context:
space:
mode:
authorFilippos Karapetis2008-12-04 08:10:32 +0000
committerFilippos Karapetis2008-12-04 08:10:32 +0000
commite64e4833b3fa18038e27355d50d49398e0fa5804 (patch)
treeefa46d58c8f7921e387058c40dee9cecc8ea714e /backends/platform/wince/wince-sdl.h
parentebf2948e9a7435dfe409f1c16c29165f06dd8b4b (diff)
downloadscummvm-rg350-e64e4833b3fa18038e27355d50d49398e0fa5804.tar.gz
scummvm-rg350-e64e4833b3fa18038e27355d50d49398e0fa5804.tar.bz2
scummvm-rg350-e64e4833b3fa18038e27355d50d49398e0fa5804.zip
Some changes which will hopefully fix bug #2387217 - "WINCE: SVN trunk compilation broken".
I've done the changes based on the corresponding SDL backend functions. Please verify that everything is working correctly, as I don't have a WinCE device to test this svn-id: r35232
Diffstat (limited to 'backends/platform/wince/wince-sdl.h')
-rw-r--r--backends/platform/wince/wince-sdl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h
index ece8c9b7b1..47f1bd5b2d 100644
--- a/backends/platform/wince/wince-sdl.h
+++ b/backends/platform/wince/wince-sdl.h
@@ -131,9 +131,9 @@ public:
static bool isOzone();
protected:
- void loadGFXMode();
+ bool loadGFXMode();
void unloadGFXMode();
- void hotswapGFXMode();
+ bool hotswapGFXMode();
bool saveScreenshot(const char *filename);