2001-07-02 Gerd Moellmann <gerd@gnu.org>
+ * xterm.h (x_free_dpy_colors): Add prototype.
+
+ * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
+ right number of arguments.
+
* Makefile.in (tags): Depend on $(lwlibdir)/TAGS.
($(lwlibdir)TAGS): New target.
- (TAGS): Fix depedency list.
+ (TAGS): Fix dependency list.
* xterm.c (x_list_fonts): Make sure XFreeFont is called
with input blocked.
extern int frame_update_line_height P_ ((struct frame *));
extern int compute_glyph_face P_ ((struct frame *, int, int));
extern int compute_glyph_face_1 P_ ((struct frame *, Lisp_Object, int));
+extern void x_free_dpy_colors P_ ((Display *, Screen *, Colormap,
+ unsigned long *, int));
/* Defined in xmenu.c */