fixed graphical bugs when using background graphics on menu screens
authorHolger Schemel <info@artsoft.org>
Fri, 22 Mar 2024 11:58:53 +0000 (12:58 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 22 Mar 2024 12:05:59 +0000 (13:05 +0100)
commit472e5e9019c2af26bd5f3dfd2651b1b47aadf7bb
tree45d077b53d45cff34baa8dc0d78b4fe4f00bd77a
parentaa7bc38aa03e7b7cfbe96175a96c7b97922003bd
fixed graphical bugs when using background graphics on menu screens

This bug occurs when using background graphics on menu screens in
combination with a bottom screen tape panel (without using the normal
request door, but using envelope style door requests instead). This
caused problems with black boxes in the bottom right corner on all
sub-screens (like info, setup or scores screens).

This bugfix now also allows non-black backgrounds for bottom screen
tape panels (by defining the main screen to use the whole window,
including the area reserved for the bottom screen tape panel, which
uses the main screen's background graphics during sliding in or out).
src/tools.c