aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-26 17:28:30 +0000
committerDave Love2003-09-26 17:28:30 +0000
commit3c5034e96b4e6cd1118f99b8e351b0e3540f98bd (patch)
treedffe2dfc24b9863e103df8dd472481172d769aa2 /src
parent440756f067e26cf954f59bf3f639743641d109d0 (diff)
downloademacs-3c5034e96b4e6cd1118f99b8e351b0e3540f98bd.tar.gz
emacs-3c5034e96b4e6cd1118f99b8e351b0e3540f98bd.zip
(x_bitmap_mask): Declare.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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;
305static Lisp_Object Qlatin_1; 305static Lisp_Object Qlatin_1;
306 306
307extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *)); 307extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *));
308 308extern int x_bitmap_mask P_ ((FRAME_PTR, int));
309 309
310static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *)); 310static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *));
311static void x_set_window_size_1 P_ ((struct frame *, int, int, int)); 311static void x_set_window_size_1 P_ ((struct frame *, int, int, int));