projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
238e8b6
)
Avoid compiler warning in image.c on MS-Windows
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 May 2015 19:19:08 +0000
(22:19 +0300)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index 3532e95fdce391aedad17b9c5435adcf443e7842..467da10c3b7e8aceea55e527bead441317af5654 100644
(file)
--- 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;