[Mplayer-cvslog] CVS: main/input input.c, 1.93, 1.94 input.h, 1.43, 1.44
Joey Parrish CVS
syncmail at mplayerhq.hu
Sun Aug 22 21:01:59 CEST 2004
CVS change done by Joey Parrish CVS
Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv27774/input
Modified Files:
input.c input.h
Log Message:
added runtime toggle of root window playback
only directx supports this at the moment
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- input.c 22 Aug 2004 18:47:47 -0000 1.93
+++ input.c 22 Aug 2004 19:01:56 -0000 1.94
@@ -100,6 +100,7 @@
#endif
{ MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-1,{0}} } },
{ MP_CMD_VO_ONTOP, "vo_ontop", 0, { {-1,{0}} } },
+ { MP_CMD_VO_ROOTWIN, "vo_rootwin", 0, { {-1,{0}} } },
{ MP_CMD_SCREENSHOT, "screenshot", 0, { {-1,{0}} } },
{ MP_CMD_PANSCAN, "panscan",1, { {MP_CMD_ARG_FLOAT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
{ MP_CMD_LOADFILE, "loadfile", 1, { {MP_CMD_ARG_STRING, {0}}, {-1,{0}} } },
Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- input.h 22 Aug 2004 18:47:47 -0000 1.43
+++ input.h 22 Aug 2004 19:01:56 -0000 1.44
@@ -54,6 +54,7 @@
#define MP_CMD_SUB_FORCED_ONLY 50
#define MP_CMD_VO_ONTOP 51
#define MP_CMD_SUB_SELECT 52
+#define MP_CMD_VO_ROOTWIN 53
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001
More information about the MPlayer-cvslog
mailing list