Bring back support for SDL_VIDEO_WINDOW_POS envvar

SDL1.2 supported "SDL_VIDEO_WINDOW_POS" environment variable,
but SDL2 does not; so reimplemented it ourselves. (See ENVARS docs.)
This commit is contained in:
Bill Kendrick 2023-01-19 00:18:52 -08:00
parent d87497e168
commit 949438e2fb
2 changed files with 37 additions and 40 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2022.January.16 (0.9.29)
2022.January.19 (0.9.29)
* Improvements to "Stamp" tool:
-----------------------------
* Stamps may now be rotated.
@ -67,6 +67,10 @@ https://tuxpaint.org/
Closes https://sourceforge.net/p/tuxpaint/bugs/259/
Bill Kendrick <bill@newbreedsoftware.com>
* SDL1.2 supported "SDL_VIDEO_WINDOW_POS" environment variable,
but SDL2 does not; so reimplemented it ourselves. (See ENVARS docs.)
Bill Kendrick <bill@newbreedsoftware.com>
* Mended issue that prevented pop-up prompt's drop-shadows
from rendering (under SDL2).
Bill Kendrick <bill@newbreedsoftware.com>