From 1e7163e901db856c7ee73d66c6568a003f5f5a08 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 21 Dec 2018 11:53:09 -0330 Subject: [PATCH] Updated changelog for desktop bounds area (using SDL2.0.5+ feature). --- Changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes.txt b/Changes.txt index 94cd091b8..d6f4d3f26 100644 --- a/Changes.txt +++ b/Changes.txt @@ -128,6 +128,10 @@ * Fixed 'Street Racer' and 'Video Olympics' ROMs to use paddles in both ports. + * If using SDL 2.0.5 or above, the calculated desktop size now takes + the taskbar/dock into account (so windows should no longer overlap + those areas). + * For UNIX systems: in the ROM launcher, when using symlinks use the symlink pathname instead of the underlying filesystem pathname.