aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-02 12:44:09 +0000
committerGerd Moellmann2001-07-02 12:44:09 +0000
commit4c175203a0c32ec74db63e4a392e06d4c6a76af9 (patch)
treebccaada0fcf0f8bcaad544dca0920f7228756259 /src
parent97762eb7d3c5ab76cd182dcd57d157b98a4fb8da (diff)
downloademacs-4c175203a0c32ec74db63e4a392e06d4c6a76af9.tar.gz
emacs-4c175203a0c32ec74db63e4a392e06d4c6a76af9.zip
(x_free_dpy_colors): Add prototype.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/xterm.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec73a18978a..ad10fe818e0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,13 @@
12001-07-02 Gerd Moellmann <gerd@gnu.org> 12001-07-02 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.h (x_free_dpy_colors): Add prototype.
4
5 * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
6 right number of arguments.
7
3 * Makefile.in (tags): Depend on $(lwlibdir)/TAGS. 8 * Makefile.in (tags): Depend on $(lwlibdir)/TAGS.
4 ($(lwlibdir)TAGS): New target. 9 ($(lwlibdir)TAGS): New target.
5 (TAGS): Fix depedency list. 10 (TAGS): Fix dependency list.
6 11
7 * xterm.c (x_list_fonts): Make sure XFreeFont is called 12 * xterm.c (x_list_fonts): Make sure XFreeFont is called
8 with input blocked. 13 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))
1054extern int frame_update_line_height P_ ((struct frame *)); 1054extern int frame_update_line_height P_ ((struct frame *));
1055extern int compute_glyph_face P_ ((struct frame *, int, int)); 1055extern int compute_glyph_face P_ ((struct frame *, int, int));
1056extern int compute_glyph_face_1 P_ ((struct frame *, Lisp_Object, int)); 1056extern int compute_glyph_face_1 P_ ((struct frame *, Lisp_Object, int));
1057extern void x_free_dpy_colors P_ ((Display *, Screen *, Colormap,
1058 unsigned long *, int));
1057 1059
1058/* Defined in xmenu.c */ 1060/* Defined in xmenu.c */
1059 1061