[Mplayer-cvslog] CVS: main/input input.h,1.4,1.5 input.c,1.7,1.8

Alex Beregszaszi alex at mplayer.dev.hu
Sun Feb 17 02:06:53 CET 2002


Update of /cvsroot/mplayer/main/input
In directory mplayer:/var/tmp.root/cvs-serv15512

Modified Files:
	input.h input.c 
Log Message:
vo_fullscreen added

Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- input.h	11 Feb 2002 11:42:08 -0000	1.4
+++ input.h	17 Feb 2002 01:06:50 -0000	1.5
@@ -21,6 +21,7 @@
 #define MP_CMD_TV_STEP_CHANNEL 17
 #define MP_CMD_TV_STEP_NORM 18
 #define MP_CMD_TV_STEP_CHANNEL_LIST 19
+#define MP_CMD_VO_FULLSCREEN 20
 
 #define MP_CMD_ARG_INT 0
 #define MP_CMD_ARG_FLOAT 1

Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- input.c	11 Feb 2002 11:42:08 -0000	1.7
+++ input.c	17 Feb 2002 01:06:50 -0000	1.8
@@ -54,6 +54,7 @@
   { MP_CMD_TV_STEP_NORM, "tv_step_norm",0, { {-1,{0}} }  },
   { MP_CMD_TV_STEP_CHANNEL_LIST, "tv_step_chanlist", 0, { {-1,{0}} }  },
 #endif
+  { MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-1,{0}} } },
   { 0, NULL, 0, {} }
 };
 
@@ -177,6 +178,7 @@
   { { JOY_BTN2, 0 }, "volume 1"},
   { { JOY_BTN3, 0 }, "volume -1"},
 #endif
+  { { 'f', 0 }, "vo_fullscreen" },
   { { 0 }, NULL }
 };
 




More information about the MPlayer-cvslog mailing list