[Mplayer-cvslog] CVS: main/input input.c,1.31,1.32 input.h,1.11,1.12

Alban Bedel CVS albeu at mplayerhq.hu
Sat May 18 02:11:46 CEST 2002


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

Modified Files:
	input.c input.h 
Log Message:
Add the forgoten scrennshot command


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- input.c	20 Apr 2002 08:51:09 -0000	1.31
+++ input.c	18 May 2002 00:11:43 -0000	1.32
@@ -64,6 +64,7 @@
   { MP_CMD_TV_STEP_CHANNEL_LIST, "tv_step_chanlist", 0, { {-1,{0}} }  },
 #endif
   { MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-1,{0}} } },
+  { MP_CMD_SCREENSHOT, "screenshot", 0, { {-1,{0}} } },
 
 #ifdef HAVE_NEW_GUI  
   { MP_CMD_GUI_LOADFILE, "gui_loadfile", 0, { {-1,{0}} } },
@@ -241,6 +242,7 @@
   { { JOY_BTN3, 0 }, "volume -1"},
 #endif
   { { 'f', 0 }, "vo_fullscreen" },
+  { { 's', 0 }, "screenshot" },
   { { 0 }, NULL }
 };
 

Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- input.h	3 Apr 2002 17:58:17 -0000	1.11
+++ input.h	18 May 2002 00:11:43 -0000	1.12
@@ -25,6 +25,7 @@
 #define MP_CMD_VO_FULLSCREEN 20
 #define MP_CMD_SUB_POS 21
 #define MP_CMD_DVDNAV 22
+#define MP_CMD_SCREENSHOT 23
 
 #define MP_CMD_GUI_EVENTS       5000
 #define MP_CMD_GUI_LOADFILE     5001




More information about the MPlayer-cvslog mailing list