summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/libvo.txt
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/tech/libvo.txt
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/tech/libvo.txt')
-rw-r--r--DOCS/tech/libvo.txt2
1 files changed, 2 insertions, 0 deletions
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.