diff options
| author | Gerd Moellmann | 2001-01-25 20:26:04 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-25 20:26:04 +0000 |
| commit | 4629a73ab88368ac1b9ed82116e2d0b9604fe5a4 (patch) | |
| tree | 7f82db7ac331973022ae71f586bb56bfb9aa63c3 /src | |
| parent | 161d30fdcbf67b23fba7adc24736737592547d1c (diff) | |
| download | emacs-4629a73ab88368ac1b9ed82116e2d0b9604fe5a4.tar.gz emacs-4629a73ab88368ac1b9ed82116e2d0b9604fe5a4.zip | |
(x_clear_area): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 829a175c048..a1f0e38c570 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Definitions and headers for communication with X protocol. | 1 | /* Definitions and headers for communication with X protocol. |
| 2 | Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000 | 2 | Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -993,6 +993,7 @@ extern XtAppContext Xt_app_con; | |||
| 993 | #endif | 993 | #endif |
| 994 | extern void x_query_colors P_ ((struct frame *f, XColor *, int)); | 994 | extern void x_query_colors P_ ((struct frame *f, XColor *, int)); |
| 995 | extern void x_query_color P_ ((struct frame *f, XColor *)); | 995 | extern void x_query_color P_ ((struct frame *f, XColor *)); |
| 996 | extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int)); | ||
| 996 | 997 | ||
| 997 | /* Defined in xselect.c */ | 998 | /* Defined in xselect.c */ |
| 998 | 999 | ||