diff src/console.h @ 647:b39c14581166

[xemacs-hg @ 2001-08-13 04:45:47 by ben] removal of unsigned, size_t, etc.
author ben
date Mon, 13 Aug 2001 04:46:48 +0000
parents af57a77cbc92
children fdefd0186b75
line wrap: on
line diff
--- a/src/console.h	Wed Aug 08 12:15:04 2001 +0000
+++ b/src/console.h	Mon Aug 13 04:46:48 2001 +0000
@@ -219,8 +219,8 @@
   int (*color_instance_equal_method) (Lisp_Color_Instance *,
 				      Lisp_Color_Instance *,
 				      int depth);
-  unsigned long (*color_instance_hash_method) (Lisp_Color_Instance *,
-					       int depth);
+  Hash_Code (*color_instance_hash_method) (Lisp_Color_Instance *,
+					   int depth);
   Lisp_Object (*color_instance_rgb_components_method) (Lisp_Color_Instance *);
   int (*valid_color_name_p_method) (struct device *, Lisp_Object color);
 
@@ -264,8 +264,8 @@
   int (*image_instance_equal_method) (Lisp_Image_Instance *,
 				      Lisp_Image_Instance *,
 				      int depth);
-  unsigned long (*image_instance_hash_method) (Lisp_Image_Instance *,
-					       int depth);
+  Hash_Code (*image_instance_hash_method) (Lisp_Image_Instance *,
+					   int depth);
   void (*init_image_instance_from_eimage_method) (Lisp_Image_Instance *ii,
 						  int width, int height,
 						  int slices,