changeset 89535:c23b4022c08d

(x_bitmap_mask): Declare.
author Dave Love <fx@gnu.org>
date Fri, 26 Sep 2003 17:28:30 +0000
parents 2172ba2924e0
children c4a2841dbe3d
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Fri Sep 26 13:00:44 2003 +0000
+++ b/src/xterm.c	Fri Sep 26 17:28:30 2003 +0000
@@ -305,7 +305,7 @@
 static Lisp_Object Qlatin_1;
 
 extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *));
-
+extern int x_bitmap_mask P_ ((FRAME_PTR, int));
 
 static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *));
 static void x_set_window_size_1 P_ ((struct frame *, int, int, int));