No, I really meant X11Helper::Win, not a local variable that's never again used.
This commit is contained in:
@@ -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
|
// pHaveWin will stay false if an error occurs once I do error
|
||||||
// checking here...
|
// checking here...
|
||||||
|
|
||||||
Window Win = CreateWindow( screenNum, depth, visual, width, height, overrideRedirect );
|
Win = CreateWindow( screenNum, depth, visual, width, height, overrideRedirect );
|
||||||
|
|
||||||
g_bHaveWin = true;
|
g_bHaveWin = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user