summaryrefslogtreecommitdiffstats
path: root/Gui/events.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-01 17:53:07 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-01 17:53:07 +0000
commit8d3a4273784f383298d0f43d673eb8d97986379c (patch)
tree2160452c57b4fe1a1b03997d51c414ace52db69d /Gui/events.c
parent5c21ed495f4be9f9425535967885a6ce5c302c9a (diff)
downloadmpv-8d3a4273784f383298d0f43d673eb8d97986379c.tar.bz2
mpv-8d3a4273784f383298d0f43d673eb8d97986379c.tar.xz
fix some bug.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1824 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/events.c')
-rw-r--r--Gui/events.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/events.c b/Gui/events.c
index b6d4330668..ca514d9fd2 100644
--- a/Gui/events.c
+++ b/Gui/events.c
@@ -40,7 +40,8 @@ evName evNames[] =
{ evDoubleSize, "evDoubleSize" }, // 38
{ evSetMoviePosition, "evSetMoviePosition" }, // 39
{ evSetVolume, "evSetVolume" }, // 40
- { evSetBalance, "evSetBalance" } // 41
+ { evSetBalance, "evSetBalance" }, // 41
+ { evHelp, "evHelp" }
};
const int evBoxs = sizeof( evNames ) / sizeof( evName );