[Mplayer-cvslog] CVS: main/libvo video_out.h,1.18,1.19

Alex Beregszaszi alex at mplayer.dev.hu
Sun Feb 17 01:33:53 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv5974

Modified Files:
	video_out.h 
Log Message:
added VOCTRL_FULLSCREEN

Index: video_out.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- video_out.h	12 Feb 2002 15:06:04 -0000	1.18
+++ video_out.h	17 Feb 2002 00:33:50 -0000	1.19
@@ -25,6 +25,8 @@
 #define VOCTRL_RESET 3
 /* true if vo driver can use GUI created windows */
 #define VOCTRL_GUISUPPORT 4
+/* used to switch to fullscreen */
+#define VOCTRL_FULLSCREEN 5
 
 #define VO_TRUE		1
 #define VO_FALSE	0




More information about the MPlayer-cvslog mailing list