1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 12:11:52 +00:00

small fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11165 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-10-17 12:29:15 +00:00
parent 6ba3fff9d7
commit 206ad4bfef

View File

@ -1645,16 +1645,16 @@ Use _WIN_LAYER hint with default layer.
Use _WIN_LAYER hint with layer number. Use _WIN_LAYER hint with layer number.
.IPs "netwm" .IPs "netwm"
Force NETWM style. Force NETWM style.
.IPs "none" .IPs "none\ "
Don't set fullscreen window layer. Don't set fullscreen window layer.
.IPs "stays_on_top" .IPs "stays_on_top"
Use _NETWM_STATE_STAYS_ON_TOP hint if available. Use _NETWM_STATE_STAYS_ON_TOP hint if available.
.RE .RE
.PD 1 .PD 1
It's possible to negate the modes by prefixing them with "\-" You can negate the modes by prefixing them with '-'.
.br .br
The default order is "layer,stays_on_top,above,fullscreen". The default order is layer,stays_on_top,above,fullscreen.
It will be used as a fallback in case of specifying incorrect It will be used as a fallback in case of specifying incorrect
or unsupported modes. or unsupported modes.
.br .br