[MPlayer-DOCS] r29805 - in trunk: DOCS/man/en/mplayer.1 libvo/x11_common.c

corey subversion at mplayerhq.hu
Fri Oct 30 23:18:29 CET 2009


Author: corey
Date: Fri Oct 30 23:18:29 2009
New Revision: 29805

Log:
Slightly change behavior of "none" if fstype specification.

In a list of enabled fstypes, "none" now clears the list rather than
disabling all fstypes and interrupting the parser. To enable only one
(or more) fstypes, list the types to enable after "none".

For example:
"-fstype none" is the same as before: all disabled
"-fstype none,fullscreen" enables only the fullscreen type

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/libvo/x11_common.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Fri Oct 30 15:13:25 2009	(r29804)
+++ trunk/DOCS/man/en/mplayer.1	Fri Oct 30 23:18:29 2009	(r29805)
@@ -3101,7 +3101,7 @@ Use the _WIN_LAYER hint with the given l
 .IPs netwm
 Force NETWM style.
 .IPs "none\ "
-Do not set fullscreen window layer.
+Clear the list of modes; you can add modes to enable afterward.
 .IPs stays_on_top
 Use _NETWM_STATE_STAYS_ON_TOP hint if available.
 .REss


More information about the MPlayer-DOCS mailing list