[PrefsManager, X11Helper] Added ShowMouseCursor preference.

This commit is contained in:
AJ Kelly
2011-08-22 04:07:52 -05:00
parent c7c622cfc2
commit cdb2235b84
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -174,6 +174,7 @@ PrefsManager::PrefsManager() :
m_bAllowMultitexture ( "AllowMultitexture", true ),
m_bShowStats ( "ShowStats", TRUE_IF_DEBUG),
m_bShowBanners ( "ShowBanners", true ),
m_bShowMouseCursor ( "ShowMouseCursor", true ),
m_bHiddenSongs ( "HiddenSongs", false ),
m_bVsync ( "Vsync", true ),