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 _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
