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:
parent
d87497e168
commit
949438e2fb
2 changed files with 37 additions and 40 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue