[MPlayer-cvslog] CVS: main/input input.c, 1.126, 1.127 input.h, 1.58, 1.59

Joey Parrish CVS syncmail at mplayerhq.hu
Thu Nov 10 23:25:56 CET 2005


CVS change done by Joey Parrish CVS

Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv19925/input

Modified Files:
	input.c input.h 
Log Message:
add a switch, slave command, and vo control to toggle borderless window.
includes documentation.

Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- input.c	2 Nov 2005 21:50:54 -0000	1.126
+++ input.c	10 Nov 2005 22:25:54 -0000	1.127
@@ -108,6 +108,7 @@
   { 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_VO_BORDER, "vo_border", 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_SWITCH_VSYNC, "switch_vsync", 0, { {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },

Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- input.h	31 Aug 2005 02:15:02 -0000	1.58
+++ input.h	10 Nov 2005 22:25:54 -0000	1.59
@@ -68,6 +68,7 @@
 #define MP_CMD_SUB_LOAD 64
 #define MP_CMD_SUB_REMOVE 65
 #define MP_CMD_KEYDOWN_EVENTS 66
+#define MP_CMD_VO_BORDER 67
 
 #define MP_CMD_GUI_EVENTS       5000
 #define MP_CMD_GUI_LOADFILE     5001




More information about the MPlayer-cvslog mailing list