summaryrefslogtreecommitdiffstats
path: root/Gui/events.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-04 16:38:18 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-04 16:38:18 +0000
commit635c29055635a82fb7b36380fdbcf92935af90ef (patch)
tree9fa51cfcb959d7cca44dcadd065894b93cb12e35 /Gui/events.c
parente370e0478b171906c00df3e3ac72950133200655 (diff)
downloadmpv-635c29055635a82fb7b36380fdbcf92935af90ef.tar.bz2
mpv-635c29055635a82fb7b36380fdbcf92935af90ef.tar.xz
add network streaming support for gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6299 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 8c93a1322a..73212b21be 100644
--- a/Gui/events.c
+++ b/Gui/events.c
@@ -44,7 +44,8 @@ evName evNames[] =
{ evHelp, "evHelp" },
{ evLoadSubtitle, "evLoadSubtitle" },
{ evPlayDVD, "evPlayDVD" },
- { evPlayVCD, "evPlayVCD" }
+ { evPlayVCD, "evPlayVCD" },
+ { evSetURL, "evSetURL" }
};
int evBoxs = sizeof( evNames ) / sizeof( evName );