aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-26 17:25:13 +0000
committerDave Love2003-09-26 17:25:13 +0000
commit66c8f1a8c858eaad2d68d411e7a87d1e48360835 (patch)
tree5276a941bb9acbf0371ffddba64f01ee616796eb /src
parentbc3b02f99b7b83e12da0119244b408cd890a9a3d (diff)
downloademacs-66c8f1a8c858eaad2d68d411e7a87d1e48360835.tar.gz
emacs-66c8f1a8c858eaad2d68d411e7a87d1e48360835.zip
(x_bitmap_mask): Declare.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xterm.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6a1457fc5f6..dc7d615403a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-09-26 Dave Love <fx@gnu.org>
2
3 * xterm.c (x_bitmap_mask): Declare.
4
12003-09-25 Dave Love <fx@gnu.org> 52003-09-25 Dave Love <fx@gnu.org>
2 6
3 * Makefile.in (fns.o): Depend on md5.h. 7 * Makefile.in (fns.o): Depend on md5.h.
diff --git a/src/xterm.c b/src/xterm.c
index 3300f6b505d..13f4d021766 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -304,7 +304,7 @@ static Lisp_Object Qvendor_specific_keysyms;
304static Lisp_Object Qlatin_1; 304static Lisp_Object Qlatin_1;
305 305
306extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *)); 306extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *));
307 307extern int x_bitmap_mask P_ ((FRAME_PTR, int));
308 308
309static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *)); 309static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *));
310static void x_set_window_size_1 P_ ((struct frame *, int, int, int)); 310static void x_set_window_size_1 P_ ((struct frame *, int, int, int));