comparison gui/interface.h @ 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 86819da22c57
children 3c300c37766f
comparison
equal deleted inserted replaced
33654:90f7a7266410 33655:cbb7cfeb8c71
170 int Playing; 170 int Playing;
171 float Position; 171 float Position;
172 172
173 int MovieWidth; 173 int MovieWidth;
174 int MovieHeight; 174 int MovieHeight;
175 int NoWindow; 175 int MovieWindow;
176 176
177 float Volume; 177 float Volume;
178 float Balance; 178 float Balance;
179 179
180 int Track; 180 int Track;