]> code.delx.au - gnu-emacs/commitdiff
(x_bitmap_mask): Declare.
authorDave Love <fx@gnu.org>
Fri, 26 Sep 2003 17:25:13 +0000 (17:25 +0000)
committerDave Love <fx@gnu.org>
Fri, 26 Sep 2003 17:25:13 +0000 (17:25 +0000)
src/ChangeLog
src/xterm.c

index 6a1457fc5f659fbe083fc66a8750ebab313bd6d5..dc7d615403ae954455fd3dea2247ff6071ea1d15 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-26  Dave Love  <fx@gnu.org>
+
+       * xterm.c (x_bitmap_mask): Declare.
+
 2003-09-25  Dave Love  <fx@gnu.org>
 
        * Makefile.in (fns.o): Depend on md5.h.
index 3300f6b505d746ef81f93728d8adadf7ea8dd9c5..13f4d0217669603049399616b6dafad90f0116e8 100644 (file)
@@ -304,7 +304,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));