# HG changeset patch # User Jim Blandy # Date 738794094 0 # Node ID 9857db8aa4cdc843d5e856efbd330aa09d4c6af5 # Parent dcc64ab7de8c32ef1c595445dd9a8768d6845605 * xfaces.c (unload_color): Don't #include , , or . Just write out "unsigned long" instead of using the "Pixel" typedef; it's in the protocol, so it's not likely to change. diff -r dcc64ab7de8c -r 9857db8aa4cd src/xfaces.c --- a/src/xfaces.c Sun May 30 20:16:09 1993 +0000 +++ b/src/xfaces.c Sun May 30 20:34:54 1993 +0000 @@ -40,10 +40,14 @@ #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 @@ 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