From a9ea1372d99b0704d16d913777ed7af45c52cd90 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 16 Jul 2016 16:23:54 +0200 Subject: [PATCH] Don't enable mouse by default until it no longer responds to titlebar manipulation --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 76b89df34b..c826f34de4 100644 --- a/config.def.h +++ b/config.def.h @@ -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;