From 0630a88a04e9688d664751b6a68edf622d76b348 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 8 Aug 2011 23:46:05 +0200 Subject: SDL: Let SDL based graphics managers inherit from SdlGraphicsManager. This also adapts port I can not test (not even the compilation). So if this breaks anything I am sorry about it. --- backends/graphics/wincesdl/wincesdl-graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/graphics/wincesdl/wincesdl-graphics.h') diff --git a/backends/graphics/wincesdl/wincesdl-graphics.h b/backends/graphics/wincesdl/wincesdl-graphics.h index c9fc145194..f80a72b553 100644 --- a/backends/graphics/wincesdl/wincesdl-graphics.h +++ b/backends/graphics/wincesdl/wincesdl-graphics.h @@ -158,6 +158,8 @@ public: static zoneDesc _zones[TOTAL_ZONES]; + virtual void transformMouseCoordinates(Common::Point &point); + protected: virtual void adjustMouseEvent(const Common::Event &event); -- cgit v1.2.3