]> code.delx.au - gnu-emacs/commitdiff
(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 ec73a18978a5699a6573109be7fd9ce14cee06d2..ad10fe818e0eaa78e4647d9cfe72c25fe0af1288 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 acd26535f16576bd3f8f1ae140686f0f8282f0b0..7bd2d212e899c278c302e4419549bdb4b6a1d1a2 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 */