comparison DOCS/en/mplayer.1 @ 10695:879ce4016b34

Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.
author attila
date Mon, 25 Aug 2003 18:13:51 +0000
parents c2331e3ef96a
children 517dd95f5fb2
comparison
equal deleted inserted replaced
10694:5eb539aa5250 10695:879ce4016b34
1607 .B \-fsmode-dontuse <0-31> (OBSOLETE) (use \-fs option) 1607 .B \-fsmode-dontuse <0-31> (OBSOLETE) (use \-fs option)
1608 Try this option if you still experience fullscreen problems. 1608 Try this option if you still experience fullscreen problems.
1609 .TP 1609 .TP
1610 .B \-fstype <type1,type2,...> 1610 .B \-fstype <type1,type2,...>
1611 Specify a priority list of fullscreen layer setting modes to be 1611 Specify a priority list of fullscreen layer setting modes to be
1612 used. 1612 used. The available types are:
1613 1613
1614 .DP0
1615 .RSs
1616 .IPs "above"
1617 use _NETWM_STATE_ABOVE hint if available
1618 .IPs "below"
1619 use _NETWM_STATE_BELOW hint if available
1620 .IPs "fullscreen"
1621 use _NETWM_STATE_FULLSCREEN hint if availale
1622 .IPs "layer"
1623 Use _WIN_LAYER hint with default layer
1624 .IPs "layer=<0..15>"
1625 Use _WIN_LAYER hint with layer number
1626 .IPs "netwm"
1627 force NETWM style
1628 .IPs "none"
1629 don't set fullscreen window layer
1630 .IPs "stays_on_top"
1631 use _NETWM_STATE_STAYS_ON_TOP hint if available
1632 .RE
1633 .DP 1
1634
1635 It's possible to negate the modes by prefixing them with "\-"
1636 .br
1614 The default order is "layer,stays_on_top,above,fullscreen". 1637 The default order is "layer,stays_on_top,above,fullscreen".
1615 It will be used as a fallback in case of specifying incorrect 1638 It will be used as a fallback in case of specifying incorrect
1616 or unsupported modes. 1639 or unsupported modes.
1640 .br
1641 OpenBox 1.x users have to use \-fstype \-fullscreen
1642 to achive working fs switching.
1617 .br 1643 .br
1618 If you experience problems with fullscreen window being covered by other 1644 If you experience problems with fullscreen window being covered by other
1619 windows try using a different order. 1645 windows try using a different order.
1620 1646
1621 .I NOTE: 1647 .I NOTE: