aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-02-17 22:24:39 -0500
committerMatthew Hoops2011-02-18 15:58:23 -0500
commit7b5792d6d2c605eded73118a8f73ceb2c29627e1 (patch)
tree685ee0b76da78e447b0871c191a206b554ee283b /engines/sci/graphics/screen.h
parent84e632cc9d62e41bd7d87530c1e5f0e0212713d2 (diff)
downloadscummvm-rg350-7b5792d6d2c605eded73118a8f73ceb2c29627e1.tar.gz
scummvm-rg350-7b5792d6d2c605eded73118a8f73ceb2c29627e1.tar.bz2
scummvm-rg350-7b5792d6d2c605eded73118a8f73ceb2c29627e1.zip
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.
Diffstat (limited to 'engines/sci/graphics/screen.h')
-rw-r--r--engines/sci/graphics/screen.h2
1 files changed, 2 insertions, 0 deletions
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