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 ****************************************************************************/
|
/*** 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;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user