comparison src/glyphs-gtk.c @ 2515:de9952d2ed18

[xemacs-hg @ 2005-01-26 10:22:19 by ben] Hash table cleanups, part 1 of 2 emacs-marshals.c, hash.c, hash.h, ui-gtk.c: Clean up and generalize creation of string hash tables. ui-gtk.c, elhash.h, gccache-gtk.c, glyphs-gtk.c, lrecord.h, marker.c, objects-gtk.c, objects-msw.c, objects-tty.c, objects-x.c, objects.c, opaque.c, rangetab.c, specifier.c, specifier.h, xgccache.c: Use Hashcode rather than unsigned long.
author ben
date Wed, 26 Jan 2005 10:22:29 +0000
parents 3d8143fc88e1
children 4eb2a8c07cb3
comparison
equal deleted inserted replaced
2514:b49d38bc659d 2515:de9952d2ed18
480 } 480 }
481 481
482 return 1; 482 return 1;
483 } 483 }
484 484
485 static unsigned long 485 static Hashcode
486 gtk_image_instance_hash (struct Lisp_Image_Instance *p, int UNUSED (depth)) 486 gtk_image_instance_hash (struct Lisp_Image_Instance *p, int UNUSED (depth))
487 { 487 {
488 switch (IMAGE_INSTANCE_TYPE (p)) 488 switch (IMAGE_INSTANCE_TYPE (p))
489 { 489 {
490 case IMAGE_MONO_PIXMAP: 490 case IMAGE_MONO_PIXMAP: