diff src/xterm.h @ 38256:22c9c2b59427

(x_free_dpy_colors): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 02 Jul 2001 12:43:25 +0000
parents ade912ae1484
children d39706d66016
line wrap: on
line diff
--- a/src/xterm.h	Mon Jul 02 12:42:56 2001 +0000
+++ b/src/xterm.h	Mon Jul 02 12:43:25 2001 +0000
@@ -1054,6 +1054,8 @@
 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 */