diff options
author | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-12 09:21:53 +0000 |
---|---|---|
committer | ptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-12 09:21:53 +0000 |
commit | ab4bdb64e1010be0b408012a79629d05a663b7a1 (patch) | |
tree | 24d6c4dcafee8b323b7a373cc705bb59c05c82d5 /DOCS | |
parent | 153cac185c2d38aef1c322ea3bfa2b97befbb8d9 (diff) | |
download | mpv-ab4bdb64e1010be0b408012a79629d05a663b7a1.tar.bz2 mpv-ab4bdb64e1010be0b408012a79629d05a663b7a1.tar.xz |
Added -name, -title and -use-filename-title options and implementation in X11 vos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29904 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 5a6f039121..a2730fb05d 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -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 XSS nor XResetScreenSaver 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. |