diff --git a/src/xfaces.c b/src/xfaces.c index 92679312b24..c07bf035f5b 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -40,10 +40,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define __TIMEVAL__ #endif +/* These don't seem to be used. */ +#if 0 /* Display Context for the icons */ #include #include -/* #include */ /* Appears not to be used */ +#include +#endif + #include @@ -428,7 +432,7 @@ load_color (f, name) static void unload_color (f, pixel) struct frame *f; - Pixel pixel; + unsigned long pixel; { /* Since faces get built by copying parameters from other faces, the allocation counts for the colors get all screwed up. I don't see