changeset 52631:4a9a4669a2b1

(x_bitmap_mask): Declare.
author Dave Love <fx@gnu.org>
date Fri, 26 Sep 2003 17:24:56 +0000
parents 35a79a8e5bd0
children 6b379676c592
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Fri Sep 26 12:53:18 2003 +0000
+++ b/src/xterm.c	Fri Sep 26 17:24:56 2003 +0000
@@ -304,7 +304,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));