comparison gui/interface.c @ 34333:e8e4e6f9b7ac

Change prefix for internal events from ev to iv. This is in order to distinguish them from the external ones.
author ib
date Fri, 09 Dec 2011 13:34:38 +0000
parents b3e209516ae0
children f05c75392897
comparison
equal deleted inserted replaced
34332:18b362493e28 34333:e8e4e6f9b7ac
721 } 721 }
722 } 722 }
723 break; 723 break;
724 724
725 case GUI_REDRAW: 725 case GUI_REDRAW:
726 uiEventHandling(evRedraw, 0); 726 uiEventHandling(ivRedraw, 0);
727 break; 727 break;
728 728
729 case GUI_SETUP_VIDEO_WINDOW: 729 case GUI_SETUP_VIDEO_WINDOW:
730 730
731 guiInfo.VideoWidth = vo_dwidth; 731 guiInfo.VideoWidth = vo_dwidth;
754 gtkEventHandling(); 754 gtkEventHandling();
755 break; 755 break;
756 756
757 case GUI_END_FILE: 757 case GUI_END_FILE:
758 758
759 uiEventHandling(evRedraw, 1); 759 uiEventHandling(ivRedraw, 1);
760 760
761 guiInfo.sh_video = NULL; 761 guiInfo.sh_video = NULL;
762 762
763 if (!uiGotoTheNext && guiInfo.Playing) { 763 if (!uiGotoTheNext && guiInfo.Playing) {
764 uiGotoTheNext = 1; 764 uiGotoTheNext = 1;