aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/maemosdl/maemosdl-graphics.h
diff options
context:
space:
mode:
authorTarek Soliman2011-11-29 14:01:20 -0600
committerTarek Soliman2011-11-29 14:39:15 -0600
commitfda6e1534bc1dfad7f1f32ccf0bb51f3eb34974d (patch)
tree33e048e96a87abee01a30f9e919f66a0ce091799 /backends/graphics/maemosdl/maemosdl-graphics.h
parent29c0386f2c5d1a8a03cab0010e7c7c7e27fe2e94 (diff)
downloadscummvm-rg350-fda6e1534bc1dfad7f1f32ccf0bb51f3eb34974d.tar.gz
scummvm-rg350-fda6e1534bc1dfad7f1f32ccf0bb51f3eb34974d.tar.bz2
scummvm-rg350-fda6e1534bc1dfad7f1f32ccf0bb51f3eb34974d.zip
MAEMO: Fix zoom key capture on N900 (fixes bug#3443037)
This was semi-intentionally skipped in the intial port revival because the focus was on N810 at the time. This is mostly copied from the old 1.2.1 port and then cleaned up.
Diffstat (limited to 'backends/graphics/maemosdl/maemosdl-graphics.h')
-rw-r--r--backends/graphics/maemosdl/maemosdl-graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/graphics/maemosdl/maemosdl-graphics.h b/backends/graphics/maemosdl/maemosdl-graphics.h
index 4a675b6159..81064d2d5f 100644
--- a/backends/graphics/maemosdl/maemosdl-graphics.h
+++ b/backends/graphics/maemosdl/maemosdl-graphics.h
@@ -30,6 +30,9 @@
class MaemoSdlGraphicsManager : public SurfaceSdlGraphicsManager {
public:
MaemoSdlGraphicsManager(SdlEventSource *sdlEventSource);
+
+protected:
+ virtual bool loadGFXMode();
};
#endif