summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorvayne <vayne@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-02 00:29:06 +0000
committervayne <vayne@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-02 00:29:06 +0000
commit6ed7b7d849cbf69eb5d342d4bdc12f99b46ea5a6 (patch)
tree39434f9e308292fbdb49d4e08406a5f1fda20132 /Gui
parent48ce8e4b8b19d7b9191160978bd21d2bf1e5d3a4 (diff)
downloadmpv-6ed7b7d849cbf69eb5d342d4bdc12f99b46ea5a6.tar.bz2
mpv-6ed7b7d849cbf69eb5d342d4bdc12f99b46ea5a6.tar.xz
add forgotten case value as per recent changes to mplayer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22406 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/win32/interface.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gui/win32/interface.c b/Gui/win32/interface.c
index 565e802ec0..8a8a7affee 100644
--- a/Gui/win32/interface.c
+++ b/Gui/win32/interface.c
@@ -542,6 +542,9 @@ int guiGetEvent(int type, char *arg)
ShowWindow(mygui->subwindow, SW_HIDE);
break;
}
+ case guiSetContext:
+ guiIntfStruct.mpcontext = (void *) arg;
+ break;
case guiSetDemuxer:
guiIntfStruct.demuxer = (void *) arg;
break;