X True, not C++ true

This commit is contained in:
Ben Anderson
2005-03-16 02:40:12 +00:00
parent 42bcdcab4b
commit 78b742a7da
+1 -1
View File
@@ -66,7 +66,7 @@ static bool pApplyMasks()
if(XSelectInput(X11Helper::Dpy, X11Helper::Win, finalMask) == 0) { return false; }
// Sync, so that the event mask applies now.
XSync(X11Helper::Dpy, false);
XSync(X11Helper::Dpy, False);
return true;
}