From 842a493c606bf4f7bf5ce2883f06e0efa53ad1b7 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 22 Aug 2011 15:19:20 -0500 Subject: [PATCH] small comment change --- src/archutils/Unix/X11Helper.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/archutils/Unix/X11Helper.cpp b/src/archutils/Unix/X11Helper.cpp index 8978f730b6..5f85f84493 100644 --- a/src/archutils/Unix/X11Helper.cpp +++ b/src/archutils/Unix/X11Helper.cpp @@ -61,8 +61,7 @@ bool X11Helper::MakeWindow( Window &win, int screenNum, int depth, Visual *visua if( win == None ) return false; - /* Hide the mouse cursor. */ - // todo: we only want to do this in certain situations (e.g. an arcade) -aj + // Hide the mouse cursor in certain situations. if( !PREFSMAN->m_bShowMouseCursor ) { const char pBlank[] = { 0,0,0,0,0,0,0,0 };