mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-18 12:00:38 -07:00
(internal_flush): Removed
(mouse_init1, mouse_check_moved, mouse_pressed, mouse_released): Removed. (dos_get_saved_screen, dos_set_keyboard): New functions.
This commit is contained in:
parent
920b97abd6
commit
8a7b170025
1 changed files with 3 additions and 7 deletions
10
src/msdos.h
10
src/msdos.h
|
|
@ -24,27 +24,23 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
int dos_ttraw ();
|
||||
int dos_ttcooked ();
|
||||
int dos_get_saved_screen (char **, int *, int *);
|
||||
int dos_set_keyboard (int, int);
|
||||
|
||||
int getdefdir (int, char*);
|
||||
void unixtodos_filename (char *);
|
||||
void dostounix_filename (char *);
|
||||
char *rootrelativepath (char *);
|
||||
void init_environment ();
|
||||
void internal_terminal_init ();
|
||||
#ifdef _stdio_h_
|
||||
int internal_flush (FILE *);
|
||||
#endif
|
||||
void ctrl_break_func (_go32_dpmi_registers *);
|
||||
void install_ctrl_break_check ();
|
||||
|
||||
extern int have_mouse;
|
||||
int mouse_init1 ();
|
||||
void mouse_init ();
|
||||
void mouse_on ();
|
||||
void mouse_off ();
|
||||
void mouse_moveto (int, int);
|
||||
void mouse_check_moved ();
|
||||
int mouse_pressed (int, int *, int *);
|
||||
int mouse_released (int, int *, int *);
|
||||
|
||||
#ifndef HAVE_X_WINDOWS
|
||||
/* Dummy types. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue