diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 *); | |||
| 725 | extern void w32_sys_ring_bell (struct frame *f); | 725 | extern void w32_sys_ring_bell (struct frame *f); |
| 726 | extern void x_delete_display (struct w32_display_info *dpyinfo); | 726 | extern void x_delete_display (struct w32_display_info *dpyinfo); |
| 727 | 727 | ||
| 728 | extern void x_query_color (struct frame *, XColor *); | ||
| 729 | |||
| 728 | extern volatile int notification_buffer_in_use; | 730 | extern volatile int notification_buffer_in_use; |
| 729 | extern BYTE file_notifications[16384]; | 731 | extern BYTE file_notifications[16384]; |
| 730 | extern DWORD notifications_size; | 732 | extern DWORD notifications_size; |