Added "--allowscreensaver" option, which prevents Tux Paint from disabling

the screensaver or monitor power management while running.
(Requires SDL 1.2.12; can also be done by setting the
SDL_VIDEO_ALLOW_SCREENSAVER environment variable to '1' before running Tux Paint.)
This commit is contained in:
William Kendrick 2008-02-24 21:35:47 +00:00
parent a7d25d64bf
commit 88af19cac1
4 changed files with 63 additions and 6 deletions

View file

@ -9,7 +9,7 @@ http://www.tuxpaint.org/
$Id$
2008.February.22 (0.9.19)
2008.February.24 (0.9.19)
* New Localizations:
------------------
* Australian English
@ -75,6 +75,11 @@ $Id$
* System-Related Improvements:
----------------------------
* Added "--allowscreensaver" option, which prevents Tux Paint from disabling
the screensaver or monitor power management while running.
(Requires SDL 1.2.12; can also be done by setting the
SDL_VIDEO_ALLOW_SCREENSAVER environment variable to '1' before running Tux Paint.)
* Removed unfinished, unused record and playback code.
* Added authorization code to permit Fontconfig files to be installed