diff options
author | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-19 20:44:30 +0000 |
---|---|---|
committer | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-19 20:44:30 +0000 |
commit | 26afe0c58c12731dfc9c655a54401406fb71631a (patch) | |
tree | 0db9e65ab0cd97d60b099ffea6407d9813f2eb49 /input/input.c | |
parent | 006ecfdc7e767f7d8e85be34ceb1daa5bb2507bb (diff) | |
download | mpv-26afe0c58c12731dfc9c655a54401406fb71631a.tar.bz2 mpv-26afe0c58c12731dfc9c655a54401406fb71631a.tar.xz |
slave mode commands to print out vo_fs and sub_visibility globals, patch by Mike Swieton <swietonm at student.gvsu.edu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10885 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.c')
-rw-r--r-- | input/input.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/input/input.c b/input/input.c index 2287784606..5e91cf93e8 100644 --- a/input/input.c +++ b/input/input.c @@ -127,6 +127,9 @@ static mp_cmd_t mp_cmds[] = { { 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, {} } }; |