summaryrefslogtreecommitdiffstats
path: root/input/input.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-17 01:06:50 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-17 01:06:50 +0000
commitad7d813709c7d3126f96316d6f9c8ca3df7b8a7a (patch)
treef0159424af0138484bc5067dac63cdd3dd09accc /input/input.c
parent607c4028e0e799637dfdc1430d82d4511161d9df (diff)
downloadmpv-ad7d813709c7d3126f96316d6f9c8ca3df7b8a7a.tar.bz2
mpv-ad7d813709c7d3126f96316d6f9c8ca3df7b8a7a.tar.xz
vo_fullscreen added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4733 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.c')
-rw-r--r--input/input.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/input.c b/input/input.c
index 4474039f7a..913ca5e434 100644
--- a/input/input.c
+++ b/input/input.c
@@ -54,6 +54,7 @@ static mp_cmd_t mp_cmds[] = {
{ 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 @@ static mp_cmd_bind_t def_cmd_binds[] = {
{ { JOY_BTN2, 0 }, "volume 1"},
{ { JOY_BTN3, 0 }, "volume -1"},
#endif
+ { { 'f', 0 }, "vo_fullscreen" },
{ { 0 }, NULL }
};