summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/libvo.txt2
-rw-r--r--DOCS/tech/slave.txt3
2 files changed, 5 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.
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.