comparison src/fontcolor-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 ec2ddc82f10d
comparison
equal deleted inserted replaced
5191:71ee43b8a74d 5192:635f4b506855
1391 return (COLOR_INSTANCE_MSWINDOWS_COLOR (c1) == 1391 return (COLOR_INSTANCE_MSWINDOWS_COLOR (c1) ==
1392 COLOR_INSTANCE_MSWINDOWS_COLOR (c2)); 1392 COLOR_INSTANCE_MSWINDOWS_COLOR (c2));
1393 } 1393 }
1394 1394
1395 static Hashcode 1395 static Hashcode
1396 mswindows_color_instance_hash (Lisp_Color_Instance *c, int UNUSED (depth), 1396 mswindows_color_instance_hash (Lisp_Color_Instance *c, int UNUSED (depth))
1397 Boolint UNUSED (equalp))
1398 { 1397 {
1399 return (unsigned long) COLOR_INSTANCE_MSWINDOWS_COLOR (c); 1398 return (unsigned long) COLOR_INSTANCE_MSWINDOWS_COLOR (c);
1400 } 1399 }
1401 1400
1402 static Lisp_Object 1401 static Lisp_Object