(x_free_dpy_colors): Add prototype.
authorGerd Moellmann <gerd@gnu.org>
Mon, 2 Jul 2001 12:44:09 +0000 (12:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 2 Jul 2001 12:44:09 +0000 (12:44 +0000)
src/ChangeLog
src/xterm.h

index ec73a18..ad10fe8 100644 (file)
@@ -1,8 +1,13 @@
 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.
index acd2653..7bd2d21 100644 (file)
@@ -1054,6 +1054,8 @@ extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object))
 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 */