comparison gui/win32/interface.c @ 33660:40a5f2faa22c

Rename guiGetEvent type guiSetValues guiSetVideo.
author ib
date Tue, 28 Jun 2011 07:31:35 +0000
parents 2aaf812ef014
children b2071e60b20b
comparison
equal deleted inserted replaced
33659:2aaf812ef014 33660:40a5f2faa22c
588 break; 588 break;
589 } 589 }
590 case guiSetContext: 590 case guiSetContext:
591 guiInfo.mpcontext = arg; 591 guiInfo.mpcontext = arg;
592 break; 592 break;
593 case guiSetValues: 593 case guiSetVideo:
594 { 594 {
595 guiInfo.sh_video = arg; 595 guiInfo.sh_video = arg;
596 if (arg) 596 if (arg)
597 { 597 {
598 sh_video_t *sh = arg; 598 sh_video_t *sh = arg;