(x_query_color, x_query_colors): Add prototype.
XIM xim;
XIMStyles *xim_styles;
#endif
+
+ /* If non-null, a cache of the colors in the color map. Don't
+ use this directly, call x_color_cells instead. */
+ XColor *color_cells;
+ int ncolor_cells;
};
/* This checks to make sure we have a display. */
#ifdef USE_X_TOOLKIT
extern XtAppContext Xt_app_con;
#endif
+extern void x_query_colors P_ ((struct frame *f, XColor *, int));
+extern void x_query_color P_ ((struct frame *f, XColor *));
/* Defined in xselect.c */