aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/gph/gph-graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/gph/gph-graphics.h')
-rw-r--r--backends/graphics/gph/gph-graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/gph/gph-graphics.h b/backends/graphics/gph/gph-graphics.h
index 45b8618569..0118fc7ecd 100644
--- a/backends/graphics/gph/gph-graphics.h
+++ b/backends/graphics/gph/gph-graphics.h
@@ -56,7 +56,7 @@ public:
SurfaceSdlGraphicsManager::MousePos *getMouseCurState();
SurfaceSdlGraphicsManager::VideoState *getVideoMode();
- virtual void adjustMouseEvent(const Common::Event &event);
+ virtual void transformMouseCoordinates(Common::Point &point);
};
#endif /* BACKENDS_GRAPHICS_GPH_H */