]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_bitmap_mask): Declare.
authorDave Love <fx@gnu.org>
Fri, 26 Sep 2003 17:28:30 +0000 (17:28 +0000)
committerDave Love <fx@gnu.org>
Fri, 26 Sep 2003 17:28:30 +0000 (17:28 +0000)
src/xterm.c

index 1ed63800742877780dcfafbb0b75a10cbc6e8f2c..d02655c38925c96e5de4b7c01c46c26d6d6223ef 100644 (file)
@@ -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));