summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-10 22:25:54 +0000
committerjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-10 22:25:54 +0000
commit8901ee0b0a8df948b9b308558aeef661b90474ba (patch)
treea516076dd020d3f3fabf7d31d1692efdf3a8a1cc /DOCS
parent8318fcd06b7e2e94a2ef309f0ae3ed8890adc01d (diff)
downloadmpv-8901ee0b0a8df948b9b308558aeef661b90474ba.tar.bz2
mpv-8901ee0b0a8df948b9b308558aeef661b90474ba.tar.xz
add a switch, slave command, and vo control to toggle borderless window.
includes documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16969 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.17
-rw-r--r--DOCS/tech/libvo.txt2
-rw-r--r--DOCS/tech/slave.txt3
3 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index a81e09fadd..8933da89c3 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2085,6 +2085,13 @@ Override the autodetected color depth.
Only supported by the fbdev, dga, svga, vesa video output drivers.
.
.TP
+.B \-border
+Play movie with window border and decorations.
+Since this is on by default, use \-noborder to disable the standard window
+decorations.
+Supported by directx video output driver.
+.
+.TP
.B \-brightness <-100\-100>
Adjust the brightness of the video signal (default: 0).
Not supported by all video output drivers.
diff --git a/DOCS/tech/libvo.txt b/DOCS/tech/libvo.txt
index 6e50974ed8..6b66897fb2 100644
--- a/DOCS/tech/libvo.txt
+++ b/DOCS/tech/libvo.txt
@@ -63,6 +63,8 @@ Each vo driver _has_ to implement these:
Makes the player window stay-on-top. Only supported (currently)
by drivers which use X11, except SDL, as well as directx and
gl2 under Windows.
+ VOCTRL_BORDER
+ Makes the player window borderless. Only supported by directx.
config():
Set up the video system. You get the dimensions and flags.
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index a6e2cdacca..2c0bba90b8 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -270,6 +270,9 @@ vo_ontop
vo_rootwin
Toggle playback on the root window.
+vo_border
+ Toggle borderless display.
+
volume <value>
Increase/decrease volume.