From: Gerd Moellmann Date: Mon, 2 Jul 2001 12:44:09 +0000 (+0000) Subject: (x_free_dpy_colors): Add prototype. X-Git-Tag: emacs-pretest-21.0.104~95 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c175203a0c32ec74db63e4a392e06d4c6a76af9;p=emacs.git (x_free_dpy_colors): Add prototype. --- diff --git a/src/ChangeLog b/src/ChangeLog index ec73a18978a..ad10fe818e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,8 +1,13 @@ 2001-07-02 Gerd Moellmann + * 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. diff --git a/src/xterm.h b/src/xterm.h index acd26535f16..7bd2d212e89 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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 */