From 49a19817d5dd5f2e7c297d8e0bc4282599709baa Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 10 Aug 2011 22:07:00 -0500 Subject: [PATCH] and another todo... --- src/archutils/Unix/X11Helper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/archutils/Unix/X11Helper.cpp b/src/archutils/Unix/X11Helper.cpp index 321994f849..735637ee20 100644 --- a/src/archutils/Unix/X11Helper.cpp +++ b/src/archutils/Unix/X11Helper.cpp @@ -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 );