Screen size can be rotated using the "--orient=portrait" command-line option or "orient=portait" configuration file setting. This swaps the width and height values used for window or screen size.

This commit is contained in:
William Kendrick 2007-05-16 03:19:38 +00:00
parent 5dffed81d0
commit 3572c30937
4 changed files with 53 additions and 2 deletions

View file

@ -131,6 +131,13 @@ New Breed Software</p>
</p>
</dd>
<dt><code><b>orient=portrait</b></code></dt>
<dd>
<p>Swaps the width/height options given to Tux&nbsp;Paint, useful for
rotating the window on portait displays, such as a tablet&nbsp;PC that's
in tablet orientation.
</dd>
<dt><code><b>native=yes</b></code></dt>
<dd>
<p>When running <i>Tux&nbsp;Paint</i> in fullscreen mode, this
@ -867,6 +874,7 @@ New Breed Software</p>
<dt><code><b>
--fullscreen<br>
--<i>WIDTH</i>x<i>HEIGHT</i><br>
--orient=portrait<br>
--native<br>
--startblank<br>
--nosound<br>
@ -904,6 +912,7 @@ New Breed Software</p>
<dt><code><b>
--windowed<br>
--800x600<br>
--orient=landscape<br>
--startlast<br>
--sound<br>
--quit<br>