When running in fullscreen mode, you may now ask Tux Paint to display at the screen's (more precisely, the operating system's) current resolution.
This commit is contained in:
parent
bc63859a5a
commit
7a0582aee2
4 changed files with 90 additions and 12 deletions
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
May 6, 2007
|
||||
May 14, 2007
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -71,6 +71,10 @@ Windows Users
|
|||
fullscreen=yes
|
||||
Run the program in full screen mode, rather than in a window.
|
||||
|
||||
fullscreen=native
|
||||
Run the program in full screen mode. Additionally, assume the
|
||||
screen's current resolution (set by the operating system).
|
||||
|
||||
windowsize=SIZE
|
||||
|
||||
Run the program at a different size (in windowed mode) or at a
|
||||
|
|
@ -89,6 +93,12 @@ Windows Users
|
|||
* 768x1024
|
||||
* 1600x1200
|
||||
|
||||
native=yes
|
||||
|
||||
When running Tux Paint in fullscreen mode, this assumes the
|
||||
screen's current resolution (overriding any "windowsize"
|
||||
option), as set by the operating system.
|
||||
|
||||
nosound=yes
|
||||
Disable sound effects. (Note: Pressing [Alt] + [S] cannot be
|
||||
used to reenable sounds if they were disabled using this
|
||||
|
|
@ -528,6 +538,7 @@ Windows Users
|
|||
|
||||
--fullscreen
|
||||
--WIDTHxHEIGHT
|
||||
--native
|
||||
--startblank
|
||||
--nosound
|
||||
--noquit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue