comparison gui/ui/main.c @ 33655:cbb7cfeb8c71

Rename guiInterface_t member NoWindow MovieWindow. This variable holds the current state of visibility of the movie window and is easier to understand if it is phrased in the positive.
author ib
date Mon, 27 Jun 2011 14:27:33 +0000
parents 90f7a7266410
children c92f23eac7a4
comparison
equal deleted inserted replaced
33654:90f7a7266410 33655:cbb7cfeb8c71
227 break; 227 break;
228 228
229 case evStop: 229 case evStop:
230 guiInfo.Playing=GUI_STOP; 230 guiInfo.Playing=GUI_STOP;
231 uiState(); 231 uiState();
232 guiInfo.NoWindow=False; 232 guiInfo.MovieWindow=True;
233 break; 233 break;
234 234
235 case evLoadPlay: 235 case evLoadPlay:
236 uiMainAutoPlay=1; 236 uiMainAutoPlay=1;
237 // guiInfo.StreamType=STREAMTYPE_FILE; 237 // guiInfo.StreamType=STREAMTYPE_FILE;