]> git.eshelyaron.com Git - emacs.git/commitdiff
(internal_flush): Removed
authorKim F. Storm <storm@cua.dk>
Wed, 11 Oct 1995 15:00:58 +0000 (15:00 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 11 Oct 1995 15:00:58 +0000 (15:00 +0000)
(mouse_init1, mouse_check_moved, mouse_pressed, mouse_released): Removed.
(dos_get_saved_screen, dos_set_keyboard): New functions.

src/msdos.h

index 2838dbddcaec76a13fb52ed4a7f81f617235b186..eba5c8c6c35f1ae78bce86f80e401022da7950cc 100644 (file)
@@ -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 *);
 \f
 #ifndef HAVE_X_WINDOWS
 /* Dummy types.  */