From 7b5792d6d2c605eded73118a8f73ceb2c29627e1 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 17 Feb 2011 22:24:39 -0500 Subject: SCI: Fix window height for some Mac SCI1/1.1 games Some games have removed the menu bar from the screen. This also fixes King's Quest V's icon bar. --- engines/sci/graphics/screen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/graphics/screen.h') diff --git a/engines/sci/graphics/screen.h b/engines/sci/graphics/screen.h index 1d6b127adc..fc1f38ed41 100644 --- a/engines/sci/graphics/screen.h +++ b/engines/sci/graphics/screen.h @@ -181,6 +181,8 @@ private: // This defines whether or not the font we're drawing is already scaled // to the screen size (and we therefore should not upscale it ourselves). bool _fontIsUpscaled; + + uint16 getLowResScreenHeight(); }; } // End of namespace Sci -- cgit v1.2.3