No, I really meant X11Helper::Win, not a local variable that's never again used.

This commit is contained in:
Ben Anderson
2006-01-31 03:00:19 +00:00
parent bf4aa0e106
commit bb53c425b1
+1 -1
View File
@@ -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;