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
This commit is contained in:
vayne 2007-03-02 00:29:06 +00:00
parent 48ce8e4b8b
commit 6ed7b7d849
1 changed files with 3 additions and 0 deletions

View File

@ -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;