aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince-sdl.h
diff options
context:
space:
mode:
authorKostas Nakos2009-01-04 16:07:19 +0000
committerKostas Nakos2009-01-04 16:07:19 +0000
commit3baddc752eee457b1e8541accbacb4bfeb8127a2 (patch)
tree49f5ea1898146ddbb00319127221870cbc6b6cd0 /backends/platform/wince/wince-sdl.h
parent80832ffb8fd7ff3ee82502d3083c07b4a917a344 (diff)
downloadscummvm-rg350-3baddc752eee457b1e8541accbacb4bfeb8127a2.tar.gz
scummvm-rg350-3baddc752eee457b1e8541accbacb4bfeb8127a2.tar.bz2
scummvm-rg350-3baddc752eee457b1e8541accbacb4bfeb8127a2.zip
Virtualize sdl backend's setGraphicsModeIntern() so it can be overloaded by CE. Scalers are pre-selected by magic on CE. Overriding these selections leads to crashes
svn-id: r35728
Diffstat (limited to 'backends/platform/wince/wince-sdl.h')
-rw-r--r--backends/platform/wince/wince-sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h
index e4dfddfecd..46070e1180 100644
--- a/backends/platform/wince/wince-sdl.h
+++ b/backends/platform/wince/wince-sdl.h
@@ -65,8 +65,8 @@ public:
// Update the dirty areas of the screen
void internUpdateScreen();
+ void setGraphicsModeIntern();
void initSize(uint w, uint h);
-
void initBackend();
// Overloaded from SDL backend (toolbar handling)