From 3e7aae7db6925d53277ddaf4624a652ead9d2e80b7c36a9796a460f4c52ccee7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 20 Aug 2021 20:40:43 +0000 Subject: [PATCH] Add warning about changed behavior of SDL windows OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=111 --- SDL2.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SDL2.changes b/SDL2.changes index ef95700..e5e8e9f 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -14,6 +14,11 @@ Wed Aug 11 10:12:03 UTC 2021 - Jan Engelhardt audio input/output, a variety of new APIs, support for the Amazon Luna game controller, rumble support for more controllers. + * NOTE: Switching away (e.g. with Alt-Tab) from fullscreen + windows created with the SDL_WINDOW_FULLSCREEN flag will now + minimize them. If your window manager is configured to now show + minimzed windows in either the Alt-Tab list or the task bar, + you will have difficulty unminimizing these windows. ------------------------------------------------------------------- Wed Dec 23 10:47:09 UTC 2020 - Dirk Müller