diff options
| author | Eli Zaretskii | 2015-05-23 22:19:08 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-05-23 22:19:08 +0300 |
| commit | 85d94d6587846ac7715e19081c9bd4374a27174c (patch) | |
| tree | 27765cea82310e3a5dea7c0162aefbab73eac97a /src | |
| parent | 238e8b6629060a65a801c97f8cbae108f6635427 (diff) | |
| download | emacs-85d94d6587846ac7715e19081c9bd4374a27174c.tar.gz emacs-85d94d6587846ac7715e19081c9bd4374a27174c.zip | |
Avoid compiler warning in image.c on MS-Windows
* src/w32term.h (x_query_color): Add prototype, to avoid compiler
warning in image.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h index 3532e95fdce..467da10c3b7 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -725,6 +725,8 @@ extern BOOL parse_button (int, int, int *, int *); | |||
| 725 | extern void w32_sys_ring_bell (struct frame *f); | 725 | extern void w32_sys_ring_bell (struct frame *f); |
| 726 | extern void x_delete_display (struct w32_display_info *dpyinfo); | 726 | extern void x_delete_display (struct w32_display_info *dpyinfo); |
| 727 | 727 | ||
| 728 | extern void x_query_color (struct frame *, XColor *); | ||
| 729 | |||
| 728 | extern volatile int notification_buffer_in_use; | 730 | extern volatile int notification_buffer_in_use; |
| 729 | extern BYTE file_notifications[16384]; | 731 | extern BYTE file_notifications[16384]; |
| 730 | extern DWORD notifications_size; | 732 | extern DWORD notifications_size; |