aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/wince-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/wince-sdl.h')
-rw-r--r--backends/wince/wince-sdl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/backends/wince/wince-sdl.h b/backends/wince/wince-sdl.h
index 363f0ba515..d4988bd4d6 100644
--- a/backends/wince/wince-sdl.h
+++ b/backends/wince/wince-sdl.h
@@ -26,7 +26,7 @@
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
-#include "common/scaler.h"
+#include "graphics/scaler.h"
#include "backends/intern.h"
#include "backends/sdl/sdl-common.h"
@@ -50,6 +50,8 @@ public:
void initSize(uint w, uint h);
+ void initBackend();
+
// Overloaded from SDL_Common (toolbar handling)
bool pollEvent(Event &event);
// Overloaded from SDL_Common (toolbar handling)
@@ -191,7 +193,7 @@ private:
long _tapTime;
// Mouse
-
+ int _mouseHotspotX, _mouseHotspotY;
byte *_mouseBackupOld;
// Smartphone specific variables