aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
diff options
context:
space:
mode:
authorAlejandro Marzini2010-07-15 01:21:20 +0000
committerAlejandro Marzini2010-07-15 01:21:20 +0000
commitf53028d4a2d53238fb92e56bea6c737c57ffb123 (patch)
tree84f473bce0f643519a0ef7985619c25f731d8421 /backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
parent84ceae932852fe684ea553daee712b52da83add6 (diff)
downloadscummvm-rg350-f53028d4a2d53238fb92e56bea6c737c57ffb123.tar.gz
scummvm-rg350-f53028d4a2d53238fb92e56bea6c737c57ffb123.tar.bz2
scummvm-rg350-f53028d4a2d53238fb92e56bea6c737c57ffb123.zip
Replaced the extra SDL functions added to GraphicsManager with an EventObserver in SdlGraphicsManager.
svn-id: r50900
Diffstat (limited to 'backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h')
-rw-r--r--backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
index ce24e23992..1b387ca189 100644
--- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
+++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
@@ -42,7 +42,9 @@ public:
virtual void showOverlay();
virtual void hideOverlay();
virtual void warpMouse(int x, int y);
- virtual void adjustMouseEvent(Common::Event &event);
+
+protected:
+ virtual void adjustMouseEvent(const Common::Event &event);
};
#endif