summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/libvo.txt6
-rw-r--r--DOCS/tech/slave.txt4
2 files changed, 9 insertions, 1 deletions
diff --git a/DOCS/tech/libvo.txt b/DOCS/tech/libvo.txt
index b1ee6811fa..e188b5853d 100644
--- a/DOCS/tech/libvo.txt
+++ b/DOCS/tech/libvo.txt
@@ -57,8 +57,12 @@ Each vo driver _has_ to implement these:
VOCTRL_GET_EQUALIZER
get the current video equalizer values
two arguments are provided: item and value
- item is a string, the possible values are (currenlty):
+ item is a string, the possible values are (currently):
brightness, contrast, saturation, hue
+ VOCTRL_ONTOP
+ 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.
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 72165fc1f8..70a47084db 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -86,6 +86,10 @@ vo_fullscreen
get_vo_fullscreen
Print out fullscreen status (1 == fullscreened, 0 == windowed).
+vo_ontop
+ Toggle stay-on-top. Supported by drivers which use X11, except SDL,
+ as well as directx and gl2 under Windows.
+
panscan <value> [value2]
???