comparison gui/interface.c @ 33653:86819da22c57

Rename guiGetEvent type guiSetVideo guiSetVideoWindow.
author ib
date Mon, 27 Jun 2011 14:04:13 +0000
parents 5a3aacc91076
children 90f7a7266410
comparison
equal deleted inserted replaced
33652:5a3aacc91076 33653:86819da22c57
613 613
614 case guiSetAfilter: 614 case guiSetAfilter:
615 guiInfo.afilter = arg; 615 guiInfo.afilter = arg;
616 break; 616 break;
617 617
618 case guiSetVideo: 618 case guiSetVideoWindow:
619 619
620 if (!guiApp.subWindow.isFullScreen) { 620 if (!guiApp.subWindow.isFullScreen) {
621 wsResizeWindow(&guiApp.subWindow, vo_dwidth, vo_dheight); 621 wsResizeWindow(&guiApp.subWindow, vo_dwidth, vo_dheight);
622 wsMoveWindow(&guiApp.subWindow, True, guiApp.sub.x, guiApp.sub.y); 622 wsMoveWindow(&guiApp.subWindow, True, guiApp.sub.x, guiApp.sub.y);
623 } 623 }