added dirty workaround to open program window on specified display master-next-patch-release
authorHolger Schemel <info@artsoft.org>
Thu, 13 Oct 2022 18:43:14 +0000 (20:43 +0200)
committerHolger Schemel <info@artsoft.org>
Thu, 13 Oct 2022 18:49:31 +0000 (20:49 +0200)
commitf04651528831c97e0f63bb5398a7bf05d1e2a57d
tree3acb55a6fb454fa902963d266310cd29939a3e3c
parent51370f0989549a08361b8f2939dbfec9b625b6a9
added dirty workaround to open program window on specified display

As SDL function "SDL_GetNumVideoDisplays()" seems to be broken on some
systems (tested with older Linux systems and SDL 2.0.0 and 2.0.6, but
also current macOS with SDL 2.0.20), do not use it for now to check if
the specified display number is valid.
src/libgame/misc.c