# HG changeset patch # User Richard M. Stallman # Date 782905207 0 # Node ID 5c7a3709e81a71dfdc64f83bc43111a6f24145ae # Parent a03e0a600f3f116a5d229ee9b2844f5b130d79c0 (unload_color): Pass arg f to WHITE_PIX_DEFAULT and BLACK_PIX_DEFAULT. diff -r a03e0a600f3f -r 5c7a3709e81a src/xfaces.c --- a/src/xfaces.c Sun Oct 23 09:38:50 1994 +0000 +++ b/src/xfaces.c Sun Oct 23 09:40:07 1994 +0000 @@ -374,8 +374,8 @@ Colormap cmap; Display *dpy = FRAME_X_DISPLAY (f); if (pixel == FACE_DEFAULT - || pixel == BLACK_PIX_DEFAULT - || pixel == WHITE_PIX_DEFAULT) + || pixel == BLACK_PIX_DEFAULT (f) + || pixel == WHITE_PIX_DEFAULT (f)) return; cmap = DefaultColormapOfScreen (DefaultScreenOfDisplay (dpy)); BLOCK_INPUT;