Mercurial > hg > xemacs-beta
comparison src/glyphs-msw.c @ 5192:635f4b506855
Call internal_hash() with its new arg, Win32-specific code, fixing build
src/ChangeLog addition:
2010-04-06 Aidan Kehoe <kehoea@parhasard.net>
* toolbar-msw.c (allocate_toolbar_item_id)
(mswindows_output_toolbar):
* menubar-msw.c (allocate_menu_item_id, checksum_menu_item):
* glyphs-msw.c (mswindows_image_instance_hash):
* fontcolor-msw.c (mswindows_color_instance_equal):
* device-msw.c (hash_devmode):
Call internal_hash() with the correct number of arguments, declare
various hash methods with the correct number of arguments, fixing
the Win32 build. Thank you Vin.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 06 Apr 2010 15:08:22 +0100 |
parents | 71ee43b8a74d |
children | 3889ef128488 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
5191:71ee43b8a74d | 5192:635f4b506855 |
---|---|
2166 | 2166 |
2167 return 1; | 2167 return 1; |
2168 } | 2168 } |
2169 | 2169 |
2170 static Hashcode | 2170 static Hashcode |
2171 mswindows_image_instance_hash (Lisp_Image_Instance *p, int UNUSED (depth), | 2171 mswindows_image_instance_hash (Lisp_Image_Instance *p, int UNUSED (depth)) |
2172 Boolint UNUSED (equalp)) | |
2173 { | 2172 { |
2174 switch (IMAGE_INSTANCE_TYPE (p)) | 2173 switch (IMAGE_INSTANCE_TYPE (p)) |
2175 { | 2174 { |
2176 case IMAGE_MONO_PIXMAP: | 2175 case IMAGE_MONO_PIXMAP: |
2177 case IMAGE_COLOR_PIXMAP: | 2176 case IMAGE_COLOR_PIXMAP: |