1
1

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

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
Andrew Borodin 2011-02-02 13:43:37 +03:00 коммит произвёл Slava Zanko
родитель b8b0abd579
Коммит 20788b9bde
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

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

Просмотреть файл

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