From 56ebe75fb542ebfacae68ce62031b3169688fd0d Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Fri, 3 Jun 2005 18:47:30 +0000 Subject: [PATCH] How many times am I going to forget to test before committing? --- stepmania/src/archutils/Unix/X11Helper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Unix/X11Helper.cpp b/stepmania/src/archutils/Unix/X11Helper.cpp index 053dd196dd..61dd575fc1 100644 --- a/stepmania/src/archutils/Unix/X11Helper.cpp +++ b/stepmania/src/archutils/Unix/X11Helper.cpp @@ -120,7 +120,7 @@ bool X11Helper::MakeWindow( int screenNum, int depth, Visual *visual, int width, height, 0, depth, InputOutput, visual, CWBorderPixel | CWColormap | CWEventMask, &winAttribs ); - pHaveWin = true; + g_bHaveWin = true; /* Hide the mouse cursor. */ {