use_mouse_p: moved definition from src/filemanager/midnight.c to lib/tty/mouse.c.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2011-02-02 13:43:37 +03:00 committed by Slava Zanko
parent b8b0abd579
commit 20788b9bde
2 changed files with 1 additions and 3 deletions

View File

@ -40,6 +40,7 @@
/*** global variables ****************************************************************************/
Mouse_Type use_mouse_p = MOUSE_NONE;
gboolean mouse_enabled = FALSE;
const char *xmouse_seq;

View File

@ -112,9 +112,6 @@ WLabel *the_hint;
/* The button bar */
WButtonBar *the_bar;
/* Mouse type: GPM, xterm or none */
Mouse_Type use_mouse_p = MOUSE_NONE;
/* The dialog handle for the main program */
Dlg_head *midnight_dlg = NULL;