Fix window bug.

This commit is contained in:
Steve Checkoway
2006-12-10 10:20:32 +00:00
parent a62b963fb8
commit 1cf1734d5a
+1 -1
View File
@@ -31,7 +31,7 @@ void X11Helper::CloseXConnection()
bool X11Helper::MakeWindow( Window &win, int screenNum, int depth, Visual *visual, int width, int height, bool overrideRedirect )
{
if( !Dpy || !Win )
if( !Dpy )
return false;
XSetWindowAttributes winAttribs;