comparison gui/interface.c @ 33945:4a2c079a1db5

Remove assignments to guiInfo.VideoWindow when playback stops. The video window will not necessarily remain visible.
author ib
date Thu, 01 Sep 2011 17:08:58 +0000
parents afede91f9d5f
children b4593947fc31
comparison
equal deleted inserted replaced
33944:78ba6c8c46a5 33945:4a2c079a1db5
797 break; 797 break;
798 798
799 guiInfo.ElapsedTime = 0; 799 guiInfo.ElapsedTime = 0;
800 guiInfo.Position = 0; 800 guiInfo.Position = 0;
801 guiInfo.AudioChannels = 0; 801 guiInfo.AudioChannels = 0;
802 guiInfo.VideoWindow = True;
803 802
804 #ifdef CONFIG_DVDREAD 803 #ifdef CONFIG_DVDREAD
805 guiInfo.Track = 1; 804 guiInfo.Track = 1;
806 guiInfo.Chapter = 1; 805 guiInfo.Chapter = 1;
807 guiInfo.Angle = 1; 806 guiInfo.Angle = 1;