diff options
| author | YAMAMOTO Mitsuharu | 2005-10-16 02:23:09 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-10-16 02:23:09 +0000 |
| commit | 159e1856b06d6e5de46fbd8f365e735c30663136 (patch) | |
| tree | deae264b66806fbdf3daf78363cf7603ba0a3049 /src | |
| parent | 236072aebf0f353cbec253a46923c68868b64bc2 (diff) | |
| download | emacs-159e1856b06d6e5de46fbd8f365e735c30663136.tar.gz emacs-159e1856b06d6e5de46fbd8f365e735c30663136.zip | |
(mac_clear_area): Add extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index e7a5fc2450e..277fd2051c6 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -562,6 +562,8 @@ extern void XSetBackground P_ ((Display *, GC, unsigned long)); | |||
| 562 | extern void XSetWindowBackground P_ ((Display *, WindowPtr, unsigned long)); | 562 | extern void XSetWindowBackground P_ ((Display *, WindowPtr, unsigned long)); |
| 563 | extern void mac_draw_line_to_pixmap P_ ((Display *, Pixmap, GC, int, int, | 563 | extern void mac_draw_line_to_pixmap P_ ((Display *, Pixmap, GC, int, int, |
| 564 | int, int)); | 564 | int, int)); |
| 565 | extern void mac_clear_area P_ ((struct frame *, int, int, | ||
| 566 | unsigned int, unsigned int)); | ||
| 565 | extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *)); | 567 | extern void mac_unload_font P_ ((struct mac_display_info *, XFontStruct *)); |
| 566 | extern OSErr install_window_handler P_ ((WindowPtr)); | 568 | extern OSErr install_window_handler P_ ((WindowPtr)); |
| 567 | extern void remove_window_handler P_ ((WindowPtr)); | 569 | extern void remove_window_handler P_ ((WindowPtr)); |