diff options
| author | Dave Love | 2003-09-26 17:28:30 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-26 17:28:30 +0000 |
| commit | 3c5034e96b4e6cd1118f99b8e351b0e3540f98bd (patch) | |
| tree | dffe2dfc24b9863e103df8dd472481172d769aa2 /src | |
| parent | 440756f067e26cf954f59bf3f639743641d109d0 (diff) | |
| download | emacs-3c5034e96b4e6cd1118f99b8e351b0e3540f98bd.tar.gz emacs-3c5034e96b4e6cd1118f99b8e351b0e3540f98bd.zip | |
(x_bitmap_mask): Declare.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
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; | |||
| 305 | static Lisp_Object Qlatin_1; | 305 | static Lisp_Object Qlatin_1; |
| 306 | 306 | ||
| 307 | extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *)); | 307 | extern XrmDatabase x_load_resources P_ ((Display *, char *, char *, char *)); |
| 308 | 308 | extern int x_bitmap_mask P_ ((FRAME_PTR, int)); | |
| 309 | 309 | ||
| 310 | static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *)); | 310 | static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *)); |
| 311 | static void x_set_window_size_1 P_ ((struct frame *, int, int, int)); | 311 | static void x_set_window_size_1 P_ ((struct frame *, int, int, int)); |