diff options
| author | Kim F. Storm | 1995-10-11 15:00:58 +0000 |
|---|---|---|
| committer | Kim F. Storm | 1995-10-11 15:00:58 +0000 |
| commit | 8a7b1700250a55f5dfba553cfbb60f29bed66818 (patch) | |
| tree | 151de428567164aee646c59c772bc083f2fe6b1a /src/msdos.h | |
| parent | 920b97abd61332a0912b0502e7bc3218ea95031e (diff) | |
| download | emacs-8a7b1700250a55f5dfba553cfbb60f29bed66818.tar.gz emacs-8a7b1700250a55f5dfba553cfbb60f29bed66818.zip | |
(internal_flush): Removed
(mouse_init1, mouse_check_moved, mouse_pressed, mouse_released): Removed.
(dos_get_saved_screen, dos_set_keyboard): New functions.
Diffstat (limited to 'src/msdos.h')
| -rw-r--r-- | src/msdos.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/msdos.h b/src/msdos.h index 2838dbddcae..eba5c8c6c35 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -24,27 +24,23 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 24 | 24 | ||
| 25 | int dos_ttraw (); | 25 | int dos_ttraw (); |
| 26 | int dos_ttcooked (); | 26 | int dos_ttcooked (); |
| 27 | int dos_get_saved_screen (char **, int *, int *); | ||
| 28 | int dos_set_keyboard (int, int); | ||
| 29 | |||
| 27 | int getdefdir (int, char*); | 30 | int getdefdir (int, char*); |
| 28 | void unixtodos_filename (char *); | 31 | void unixtodos_filename (char *); |
| 29 | void dostounix_filename (char *); | 32 | void dostounix_filename (char *); |
| 30 | char *rootrelativepath (char *); | 33 | char *rootrelativepath (char *); |
| 31 | void init_environment (); | 34 | void init_environment (); |
| 32 | void internal_terminal_init (); | 35 | void internal_terminal_init (); |
| 33 | #ifdef _stdio_h_ | ||
| 34 | int internal_flush (FILE *); | ||
| 35 | #endif | ||
| 36 | void ctrl_break_func (_go32_dpmi_registers *); | 36 | void ctrl_break_func (_go32_dpmi_registers *); |
| 37 | void install_ctrl_break_check (); | 37 | void install_ctrl_break_check (); |
| 38 | 38 | ||
| 39 | extern int have_mouse; | 39 | extern int have_mouse; |
| 40 | int mouse_init1 (); | ||
| 41 | void mouse_init (); | 40 | void mouse_init (); |
| 42 | void mouse_on (); | 41 | void mouse_on (); |
| 43 | void mouse_off (); | 42 | void mouse_off (); |
| 44 | void mouse_moveto (int, int); | 43 | void mouse_moveto (int, int); |
| 45 | void mouse_check_moved (); | ||
| 46 | int mouse_pressed (int, int *, int *); | ||
| 47 | int mouse_released (int, int *, int *); | ||
| 48 | 44 | ||
| 49 | #ifndef HAVE_X_WINDOWS | 45 | #ifndef HAVE_X_WINDOWS |
| 50 | /* Dummy types. */ | 46 | /* Dummy types. */ |