From 1b41ab54eae2364eb28db21fdbfaabc90432897f Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 20 Feb 2005 06:16:28 +0000 Subject: [PATCH] show error dialogs on startup before DISPLAY is initialized --- stepmania/src/arch/Dialog/Dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Dialog/Dialog.cpp b/stepmania/src/arch/Dialog/Dialog.cpp index fc0f0e9825..ff10c8e3cf 100644 --- a/stepmania/src/arch/Dialog/Dialog.cpp +++ b/stepmania/src/arch/Dialog/Dialog.cpp @@ -18,7 +18,7 @@ static DialogDriver *g_pImpl = NULL; static DialogDriver_Null g_NullDriver; -static bool g_bWindowed = false; +static bool g_bWindowed = true; // Start out true so that we'll show errors before DISPLAY is init'd. static bool g_bIsShowingDialog = false; void Dialog::Init()