and another todo...

This commit is contained in:
AJ Kelly
2011-08-10 22:07:00 -05:00
parent b7e6433848
commit 49a19817d5
+1
View File
@@ -61,6 +61,7 @@ bool X11Helper::MakeWindow( Window &win, int screenNum, int depth, Visual *visua
return false;
/* Hide the mouse cursor. */
// todo: we only want to do this in certain situations (e.g. an arcade) -aj
{
const char pBlank[] = { 0,0,0,0,0,0,0,0 };
Pixmap BlankBitmap = XCreateBitmapFromData( Dpy, win, pBlank, 8, 8 );