comparison src/objects-msw.c @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents 6330739388db
children c42ec1d1cded
comparison
equal deleted inserted replaced
279:c20b2fb5bb0a 280:7df0dd720c89
848 } 848 }
849 849
850 static unsigned long 850 static unsigned long
851 mswindows_color_instance_hash (struct Lisp_Color_Instance *c, int depth) 851 mswindows_color_instance_hash (struct Lisp_Color_Instance *c, int depth)
852 { 852 {
853 return LISP_HASH (COLOR_INSTANCE_MSWINDOWS_COLOR(c)); 853 return (unsigned long)(COLOR_INSTANCE_MSWINDOWS_COLOR(c));
854 } 854 }
855 855
856 static Lisp_Object 856 static Lisp_Object
857 mswindows_color_instance_rgb_components (struct Lisp_Color_Instance *c) 857 mswindows_color_instance_rgb_components (struct Lisp_Color_Instance *c)
858 { 858 {