From e7afcecda279ff06b375a826cd7e49441dd6cf7e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 Jan 2009 16:23:41 +0000 Subject: Removed default implementations of OSystem::getOverlayHeight() and getOverlayWidth() svn-id: r36152 --- backends/platform/ps2/systemps2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends') diff --git a/backends/platform/ps2/systemps2.h b/backends/platform/ps2/systemps2.h index c0a8b9af60..7f29677ba5 100644 --- a/backends/platform/ps2/systemps2.h +++ b/backends/platform/ps2/systemps2.h @@ -76,6 +76,8 @@ public: virtual void clearOverlay(); virtual void grabOverlay(OverlayColor *buf, int pitch); virtual void copyRectToOverlay(const OverlayColor *buf, int pitch, int x, int y, int w, int h); + virtual int16 getOverlayHeight() { return getHeight(); } + virtual int16 getOverlayWidth() { return getWidth(); } virtual bool showMouse(bool visible); -- cgit v1.2.3