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
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
|
||||
<p>May 6, 2007</p>
|
||||
<p>May 14, 2007</p>
|
||||
|
||||
|
||||
</center>
|
||||
|
|
@ -105,6 +105,12 @@ New Breed Software</p>
|
|||
Run the program in full screen mode, rather than in a window.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>fullscreen=native</b></code></dt>
|
||||
<dd>
|
||||
Run the program in full screen mode. Additionally, assume the
|
||||
screen's current resolution (set by the operating system).
|
||||
</dd>
|
||||
|
||||
<dt><code><b>windowsize=<i>SIZE</i></b></code></dt>
|
||||
<dd>
|
||||
<p>Run the program at a different size (in windowed mode) or
|
||||
|
|
@ -125,6 +131,13 @@ New Breed Software</p>
|
|||
</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>native=yes</b></code></dt>
|
||||
<dd>
|
||||
<p>When running <i>Tux Paint</i> in fullscreen mode, this
|
||||
assumes the screen's current resolution (overriding any
|
||||
"<code>windowsize</code>" option), as set by the operating system.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>nosound=yes</b></code></dt>
|
||||
<dd>
|
||||
Disable sound effects. (Note: Pressing <b>[Alt]</b> + <b>[S]</b>
|
||||
|
|
@ -841,6 +854,7 @@ New Breed Software</p>
|
|||
<dt><code><b>
|
||||
--fullscreen<br>
|
||||
--<i>WIDTH</i>x<i>HEIGHT</i><br>
|
||||
--native<br>
|
||||
--startblank<br>
|
||||
--nosound<br>
|
||||
--noquit<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue