From bb53c425b1f8579c0d21d4d72f9b67111ec27ae4 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Tue, 31 Jan 2006 03:00:19 +0000 Subject: [PATCH] No, I really meant X11Helper::Win, not a local variable that's never again used. --- 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 333668ae0c..e7d1335742 100644 --- a/stepmania/src/archutils/Unix/X11Helper.cpp +++ b/stepmania/src/archutils/Unix/X11Helper.cpp @@ -99,7 +99,7 @@ bool X11Helper::MakeWindow( int screenNum, int depth, Visual *visual, int width, // pHaveWin will stay false if an error occurs once I do error // checking here... - Window Win = CreateWindow( screenNum, depth, visual, width, height, overrideRedirect ); + Win = CreateWindow( screenNum, depth, visual, width, height, overrideRedirect ); g_bHaveWin = true;