Value accuracy of mouse_enabled global variable.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2011-08-25 14:15:46 +04:00 committed by Slava Zanko
parent 8445c885a5
commit b982f70d4b

View File

@ -121,7 +121,7 @@ enable_mouse (void)
use_mouse_p = MOUSE_NONE;
return;
}
mouse_enabled = 1;
mouse_enabled = TRUE;
}
break;
#endif /* HAVE_LIBGPM */