* macfns.c (syms_of_macfns): Remove definitions of things now
defined in image.c
+2004-03-11 Steven Tamm <steventamm@mac.com>
+ * image.c [MAC_OSX]: Include sys/stat.h
+
+ * macfns.c (syms_of_macfns): Remove definitions of things now
+ defined in image.c
+
2004-03-11 Kim F. Storm <storm@cua.dk>
The following changes consolidates the identical/similar image
#include <alloca.h>
#endif
#ifdef MAC_OSX
+#include <sys/stat.h>
#include <QuickTime/QuickTime.h>
#else /* not MAC_OSX */
#include <Windows.h>
set_frame_fontset_func = x_set_font;
check_window_system_func = check_mac;
- Qjpeg = intern ("jpeg");
- staticpro (&Qjpeg);
-
- Qtiff = intern ("tiff");
- staticpro (&Qtiff);
-
- Qgif = intern ("gif");
- staticpro (&Qgif);
-
- Qpng = intern ("png");
- staticpro (&Qpng);
-
- defsubr (&Sclear_image_cache);
- defsubr (&Simage_size);
- defsubr (&Simage_mask_p);
-
hourglass_atimer = NULL;
hourglass_shown_p = 0;