emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 85d94d6: Avoid compiler warning in image.c on MS-Wi


From: Eli Zaretskii
Subject: [Emacs-diffs] master 85d94d6: Avoid compiler warning in image.c on MS-Windows
Date: Sat, 23 May 2015 19:19:53 +0000

branch: master
commit 85d94d6587846ac7715e19081c9bd4374a27174c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/w32term.h b/src/w32term.h
index 3532e95..467da10 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]