(x_free_dpy_colors): Add prototype.
This commit is contained in:
parent
97762eb7d3
commit
4c175203a0
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue