use_mouse_p: moved definition from src/filemanager/midnight.c to lib/tty/mouse.c.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
родитель
b8b0abd579
Коммит
20788b9bde
@ -40,6 +40,7 @@
|
||||
|
||||
/*** global variables ****************************************************************************/
|
||||
|
||||
Mouse_Type use_mouse_p = MOUSE_NONE;
|
||||
gboolean mouse_enabled = FALSE;
|
||||
const char *xmouse_seq;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user