small comment change
This commit is contained in:
@@ -61,8 +61,7 @@ bool X11Helper::MakeWindow( Window &win, int screenNum, int depth, Visual *visua
|
|||||||
if( win == None )
|
if( win == None )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
/* Hide the mouse cursor. */
|
// Hide the mouse cursor in certain situations.
|
||||||
// todo: we only want to do this in certain situations (e.g. an arcade) -aj
|
|
||||||
if( !PREFSMAN->m_bShowMouseCursor )
|
if( !PREFSMAN->m_bShowMouseCursor )
|
||||||
{
|
{
|
||||||
const char pBlank[] = { 0,0,0,0,0,0,0,0 };
|
const char pBlank[] = { 0,0,0,0,0,0,0,0 };
|
||||||
|
|||||||
Reference in New Issue
Block a user