From 58aab46f06834db23acbd75747b4df48b11f2a4c Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Thu, 7 Jan 2010 10:31:29 +0000 Subject: SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinates still messed up) svn-id: r47105 --- engines/sci/graphics/screen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/graphics/screen.h') diff --git a/engines/sci/graphics/screen.h b/engines/sci/graphics/screen.h index ba8d906631..881025cec0 100644 --- a/engines/sci/graphics/screen.h +++ b/engines/sci/graphics/screen.h @@ -57,6 +57,7 @@ public: void copyFromScreen(byte *buffer); void syncWithFramebuffer(); void copyRectToScreen(const Common::Rect &rect); + void copyDisplayRectToScreen(const Common::Rect &rect); void copyRectToScreen(const Common::Rect &rect, int16 x, int16 y); byte getDrawingMask(byte color, byte prio, byte control); -- cgit v1.2.3