]> code.delx.au - gnu-emacs/commitdiff
Avoid compiler warning in image.c on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 May 2015 19:19:08 +0000 (22:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 May 2015 19:19:08 +0000 (22:19 +0300)
* src/w32term.h (x_query_color): Add prototype, to avoid compiler
warning in image.c.

src/w32term.h

index 3532e95fdce391aedad17b9c5435adcf443e7842..467da10c3b7e8aceea55e527bead441317af5654 100644 (file)
@@ -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;