From 3c5034e96b4e6cd1118f99b8e351b0e3540f98bd Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 26 Sep 2003 17:28:30 +0000 Subject: [PATCH] (x_bitmap_mask): Declare. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 1ed63800742..d02655c3892 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -305,7 +305,7 @@ static Lisp_Object Qvendor_specific_keysyms; 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)); -- 2.39.2