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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/wince/wince-sdl.h b/backends/wince/wince-sdl.h
index 79bdff1cd5..6338b839a8 100644
--- a/backends/wince/wince-sdl.h
+++ b/backends/wince/wince-sdl.h
@@ -45,7 +45,7 @@ public:
// Update the dirty areas of the screen
void internUpdateScreen();
- void initSize(uint w, uint h);
+ void initSize(uint w, uint h, int overlaySize);
// Overloaded from SDL_Common (toolbar handling)
bool pollEvent(Event &event);