comparison src/msdos.h @ 13021:fb2bb16f1fc8

(init_gettimeofday): Remove declaration.
author Richard M. Stallman <rms@gnu.org>
date Sun, 10 Sep 1995 04:38:13 +0000
parents 84916366643e
children 74b4edb62cf0
comparison
equal deleted inserted replaced
13020:a656ccd43989 13021:fb2bb16f1fc8
43 void mouse_off (); 43 void mouse_off ();
44 void mouse_moveto (int, int); 44 void mouse_moveto (int, int);
45 void mouse_check_moved (); 45 void mouse_check_moved ();
46 int mouse_pressed (int, int *, int *); 46 int mouse_pressed (int, int *, int *);
47 int mouse_released (int, int *, int *); 47 int mouse_released (int, int *, int *);
48 void init_gettimeofday ();
49 48
50 #ifndef HAVE_X_WINDOWS 49 #ifndef HAVE_X_WINDOWS
51 /* Dummy types. */ 50 /* Dummy types. */
52 typedef int XFontStruct; 51 typedef int XFontStruct;
53 typedef int GC; 52 typedef int GC;