From 85d94d6587846ac7715e19081c9bd4374a27174c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 May 2015 22:19:08 +0300 Subject: [PATCH] Avoid compiler warning in image.c on MS-Windows * src/w32term.h (x_query_color): Add prototype, to avoid compiler warning in image.c. --- src/w32term.h | 2 ++ 1 file changed, 2 insertions(+) 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 *); extern void w32_sys_ring_bell (struct frame *f); extern void x_delete_display (struct w32_display_info *dpyinfo); +extern void x_query_color (struct frame *, XColor *); + extern volatile int notification_buffer_in_use; extern BYTE file_notifications[16384]; extern DWORD notifications_size; -- 2.39.2