From e64e4833b3fa18038e27355d50d49398e0fa5804 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 4 Dec 2008 08:10:32 +0000 Subject: 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 --- backends/platform/wince/wince-sdl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/wince/wince-sdl.h') 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); -- cgit v1.2.3