changeset 33663:8b27d1369c5e

Fix bug introduced in r33743. The GUI could no longer start in fullscreen video mode.
author ib
date Tue, 28 Jun 2011 09:19:28 +0000
parents 03117468ae0e
children 4bdf796503ad
files gui/interface.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Tue Jun 28 09:07:43 2011 +0000
+++ b/gui/interface.c	Tue Jun 28 09:19:28 2011 +0000
@@ -52,6 +52,7 @@
 
 guiInterface_t guiInfo = {
     .StreamType = STREAMTYPE_DUMMY,
+    .MovieWindow = True,
     .Balance    = 50.0f
 };