diff 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
line wrap: on
line diff
--- a/gui/interface.h	Mon Jun 27 14:08:30 2011 +0000
+++ b/gui/interface.h	Mon Jun 27 14:27:33 2011 +0000
@@ -172,7 +172,7 @@
 
     int MovieWidth;
     int MovieHeight;
-    int NoWindow;
+    int MovieWindow;
 
     float Volume;
     float Balance;