[MPlayer-DOCS] CVS: main/DOCS/tech libvo.txt,1.4,1.5 slave.txt,1.9,1.10

Joey Parrish CVS joey at mplayerhq.hu
Sun Nov 30 17:36:36 CET 2003


Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv7217/DOCS/tech

Modified Files:
	libvo.txt slave.txt 
Log Message:
runtime 'stay-on-top' functionality


Index: libvo.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/libvo.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libvo.txt	21 Sep 2003 10:47:19 -0000	1.4
+++ libvo.txt	30 Nov 2003 16:36:04 -0000	1.5
@@ -57,8 +57,12 @@
 	 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.

Index: slave.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/slave.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- slave.txt	8 Nov 2003 01:33:38 -0000	1.9
+++ slave.txt	30 Nov 2003 16:36:04 -0000	1.10
@@ -86,6 +86,10 @@
 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]
     ???
 



More information about the MPlayer-DOCS mailing list