diff input/input.c @ 10884:bbdaa93c469e

slave mode commands to print out vo_fs and sub_visibility globals, patch by Mike Swieton <swietonm at student.gvsu.edu>
author faust3
date Fri, 19 Sep 2003 20:44:30 +0000
parents 72896d23ab64
children d45870f67728
line wrap: on
line diff
--- a/input/input.c	Fri Sep 19 20:07:50 2003 +0000
+++ b/input/input.c	Fri Sep 19 20:44:30 2003 +0000
@@ -127,6 +127,9 @@
   { MP_CMD_CHIDE, "hide", 0, { {MP_CMD_ARG_INT,{3000}}, {-1,{0}} } },
   { MP_CMD_CRUN, "run", 1, { {MP_CMD_ARG_STRING,{0}}, {-1,{0}} } },
 #endif
+ 
+  { MP_CMD_GET_VO_FULLSCREEN, "get_vo_fullscreen", 0, { {-1,{0}} } },
+  { MP_CMD_GET_SUB_VISIBILITY, "get_sub_visibility", 0, { {-1,{0}} } },
   
   { 0, NULL, 0, {} }
 };