and another todo...
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user