From: Eli Zaretskii Date: Sat, 23 May 2015 19:19:08 +0000 (+0300) Subject: Avoid compiler warning in image.c on MS-Windows X-Git-Tag: emacs-25.0.90~1997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85d94d6587846ac7715e19081c9bd4374a27174c;p=emacs.git Avoid compiler warning in image.c on MS-Windows * src/w32term.h (x_query_color): Add prototype, to avoid compiler warning in image.c. --- 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;