diff options
Diffstat (limited to 'src')
| -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. */ |