comparison gui/ui/actions.c @ 35806:ea15d7aebf13

Cosmetic: Adjust indent.
author ib
date Sat, 26 Jan 2013 15:35:10 +0000
parents 5d163370a554
children 9474726062ef
comparison
equal deleted inserted replaced
35805:5d163370a554 35806:ea15d7aebf13
617 wsImageRender(&guiApp.videoWindow, guiApp.video.Bitmap.Image); 617 wsImageRender(&guiApp.videoWindow, guiApp.video.Bitmap.Image);
618 } 618 }
619 619
620 if (!guiInfo.Playing) { 620 if (!guiInfo.Playing) {
621 if (!guiApp.videoWindow.isFullScreen) { 621 if (!guiApp.videoWindow.isFullScreen) {
622 wsWindowResize(&guiApp.videoWindow, guiApp.video.width, guiApp.video.height); 622 wsWindowResize(&guiApp.videoWindow, guiApp.video.width, guiApp.video.height);
623 wsWindowMove(&guiApp.videoWindow, False, guiApp.video.x, guiApp.video.y); 623 wsWindowMove(&guiApp.videoWindow, False, guiApp.video.x, guiApp.video.y);
624 } 624 }
625 625
626 wsWindowRedraw(&guiApp.videoWindow); 626 wsWindowRedraw(&guiApp.videoWindow);
627 } 627 }
628 628
629 /* reload playbar */ 629 /* reload playbar */