Mercurial > hg > xemacs-beta
comparison src/objects-msw.c @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
423:28d9c139be4c | 424:11054d720c21 |
---|---|
1064 return(0); | 1064 return(0); |
1065 } | 1065 } |
1066 | 1066 |
1067 #if 0 | 1067 #if 0 |
1068 static void | 1068 static void |
1069 mswindows_mark_color_instance (struct Lisp_Color_Instance *c, | 1069 mswindows_mark_color_instance (struct Lisp_Color_Instance *c) |
1070 void (*markobj) (Lisp_Object)) | |
1071 { | 1070 { |
1072 } | 1071 } |
1073 #endif | 1072 #endif |
1074 | 1073 |
1075 static void | 1074 static void |
1103 } | 1102 } |
1104 | 1103 |
1105 static unsigned long | 1104 static unsigned long |
1106 mswindows_color_instance_hash (struct Lisp_Color_Instance *c, int depth) | 1105 mswindows_color_instance_hash (struct Lisp_Color_Instance *c, int depth) |
1107 { | 1106 { |
1108 return (unsigned long)(COLOR_INSTANCE_MSWINDOWS_COLOR(c)); | 1107 return (unsigned long) COLOR_INSTANCE_MSWINDOWS_COLOR(c); |
1109 } | 1108 } |
1110 | 1109 |
1111 static Lisp_Object | 1110 static Lisp_Object |
1112 mswindows_color_instance_rgb_components (struct Lisp_Color_Instance *c) | 1111 mswindows_color_instance_rgb_components (struct Lisp_Color_Instance *c) |
1113 { | 1112 { |
1404 return 0; | 1403 return 0; |
1405 } | 1404 } |
1406 | 1405 |
1407 #if 0 | 1406 #if 0 |
1408 static void | 1407 static void |
1409 mswindows_mark_font_instance (struct Lisp_Font_Instance *f, | 1408 mswindows_mark_font_instance (struct Lisp_Font_Instance *f) |
1410 void (*markobj) (Lisp_Object)) | |
1411 { | 1409 { |
1412 } | 1410 } |
1413 #endif | 1411 #endif |
1414 | 1412 |
1415 static void | 1413 static void |