# HG changeset patch # User Dave Love # Date 1064597096 0 # Node ID 4a9a4669a2b1fbb7460bd90eb4ff09d7fe667640 # Parent 35a79a8e5bd024cac2d4e872f3a4d11239c03a96 (x_bitmap_mask): Declare. diff -r 35a79a8e5bd0 -r 4a9a4669a2b1 src/xterm.c --- 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));