Accept SDL_VIDEO_WINDOW_POS in --fullscreen too

This seems to allow me to specify which display (monitor) to make
Tux Paint appear on my two-monitor set-up (laptop + external monitor)!

Closes https://sourceforge.net/p/tuxpaint/bugs/277/
This commit is contained in:
Bill Kendrick 2023-04-28 00:13:32 -07:00
parent 3d1efe8661
commit 378b2acca6
12 changed files with 86 additions and 69 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2023
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2023.April.27 (0.9.30)
2023.April.28 (0.9.30)
* Improvements to Stamp tool:
---------------------------
* Avoid playing English descriptive sound for a stamp
@ -104,6 +104,12 @@ https://tuxpaint.org/
(shows when certain features are enabled; not just disabled)
Bill Kendrick <bill@newbreedsoftware.com>
* SDL_VIDEO_WINDOW_POS environment variable is now recognized
when running Tux Paint in fullscreen mode (useful for positioning
Tux Paint on a particular monitor).
Closes https://sourceforge.net/p/tuxpaint/bugs/277/
Bill Kendrick <bill@newbreedsoftware.com>
* Starter and Template Improvements
---------------------------------
* More starters have smearing disabled (world maps & "skyline-sf-dusk")