Don't enable mouse by default until it no longer responds to titlebar manipulation

This commit is contained in:
Twinaphex 2016-07-16 16:23:54 +02:00
parent 1586214876
commit a9ea1372d9

View File

@ -362,7 +362,7 @@ static const bool def_history_list_enable = true;
static const unsigned int def_user_language = 0;
#if (defined(__APPLE__) && defined(__MACH__) && defined(OSX)) || (defined(_WIN32) && !defined(_XBOX))
#if (defined(_WIN32) && !defined(_XBOX))
static const bool def_mouse_enable = true;
#else
static const bool def_mouse_enable = false;