added support for gadget buttons defined outside viewports
authorHolger Schemel <info@artsoft.org>
Fri, 6 Sep 2019 07:00:07 +0000 (09:00 +0200)
committerHolger Schemel <info@artsoft.org>
Fri, 6 Sep 2019 07:00:07 +0000 (09:00 +0200)
Commit 50a54138 (and the bugfix in the previous commit) prevent
drawing gadget buttons that are defined outside of viewports (like
playfield or door area), but are placed in the screen border area.

This was not supported in older versions of the redraw system (where
full-screen redraws where always done from a different back buffer).

Recent (SDL2 based) versions of the redraw system do support this, so
this limitation can be removed now to allow for gadget buttons placed
in the screen border area.


No differences found