Author: ptt Date: Thu Nov 12 10:21:53 2009 New Revision: 29904 Log: Added -name, -title and -use-filenam-title options and implementation in X11 vos
Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Modified: trunk/cfg-mplayer.h trunk/libvo/video_out.c trunk/libvo/video_out.h trunk/libvo/x11_common.c trunk/mplayer.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Wed Nov 11 23:26:38 2009 (r29903) +++ trunk/DOCS/man/en/mplayer.1 Thu Nov 12 10:21:53 2009 (r29904) @@ -3204,6 +3204,10 @@ A value of 1 means square pixels (correct for (almost?) all LCDs). . .TP +.B \-name (X11 only) +Set the window class name. +. +.TP .B \-nodouble Disables double buffering, mostly for debugging purposes. Double buffering fixes flicker by storing two frames in memory, and @@ -3283,6 +3287,16 @@ If your screensaver supports neither the API please use \-heartbeat\-cmd instead. . .TP +.B \-title (also see \-use\-filename\-title) +Set the window title. +Supported by X11 based video output drivers. +. +.TP +.B \-use\-filename\-title (also see \-title) +Set the window title using the media file name, when not set with \-title. +Supported by X11 based video output drivers. +. +.TP .B "\-vm \ \ \ " Try to change to a different video mode. Supported by the dga, x11, xv, sdl and directx video output drivers. _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
