summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-25 18:13:51 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-25 18:13:51 +0000
commitaea4ad40a8af00311c1f47e14a596591dfd293db (patch)
tree968a3db4120893892456f3aa5a52aaaf900e09a4 /DOCS
parent8a856403541e6d98c9e72a37cd232abbe45465b7 (diff)
downloadmpv-aea4ad40a8af00311c1f47e14a596591dfd293db.tar.bz2
mpv-aea4ad40a8af00311c1f47e14a596591dfd293db.tar.xz
Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10696 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.128
1 files changed, 27 insertions, 1 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index ffd2e4c845..ebf71153ae 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -1609,12 +1609,38 @@ Try this option if you still experience fullscreen problems.
.TP
.B \-fstype <type1,type2,...>
Specify a priority list of fullscreen layer setting modes to be
-used.
+used. The available types are:
+.DP0
+.RSs
+.IPs "above"
+use _NETWM_STATE_ABOVE hint if available
+.IPs "below"
+use _NETWM_STATE_BELOW hint if available
+.IPs "fullscreen"
+use _NETWM_STATE_FULLSCREEN hint if availale
+.IPs "layer"
+Use _WIN_LAYER hint with default layer
+.IPs "layer=<0..15>"
+Use _WIN_LAYER hint with layer number
+.IPs "netwm"
+force NETWM style
+.IPs "none"
+don't set fullscreen window layer
+.IPs "stays_on_top"
+use _NETWM_STATE_STAYS_ON_TOP hint if available
+.RE
+.DP 1
+
+It's possible to negate the modes by prefixing them with "\-"
+.br
The default order is "layer,stays_on_top,above,fullscreen".
It will be used as a fallback in case of specifying incorrect
or unsupported modes.
.br
+OpenBox 1.x users have to use \-fstype \-fullscreen
+to achive working fs switching.
+.br
If you experience problems with fullscreen window being covered by other
windows try using a different order.