aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-09-24 13:06:53 +0300
committerEli Zaretskii2014-09-24 13:06:53 +0300
commitd4dfe4ea85328f7afd288cd43e141430db33e4e8 (patch)
treed3091cc82bfc7270cba859e6ea7e693a1a8391c1 /src/ChangeLog
parent4b930ccbb4fc4b848f318e09eddd172c2acf9b9b (diff)
downloademacs-d4dfe4ea85328f7afd288cd43e141430db33e4e8.tar.gz
emacs-d4dfe4ea85328f7afd288cd43e141430db33e4e8.zip
Fix fallout on MinGW64 from the previous commit.
src/systime.h (Time): Define as size_t, to be consistent with 64-bit Windows builds, where 'long' is a 32-bit type. src/w32inevt.h (w32_console_mouse_position): Update the argument types to use 'Time'. src/w32term.c (w32_mouse_position) (x_horizontal_scroll_bar_report_motion) (x_scroll_bar_report_motion): Update the argument types to use 'Time'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8f312a3ab3e..ca0e9302578 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12014-09-24 Eli Zaretskii <eliz@gnu.org>
2
3 * systime.h (Time): Define as size_t, to be consistent with 64-bit
4 Windows builds, where 'long' is a 32-bit type.
5
6 * w32inevt.h (w32_console_mouse_position): Update the argument
7 types to use 'Time'.
8
9 * w32term.c (w32_mouse_position)
10 (x_horizontal_scroll_bar_report_motion)
11 (x_scroll_bar_report_motion): Update the argument types to use
12 'Time'.
13
12014-09-24 Dmitry Antipov <dmantipov@yandex.ru> 142014-09-24 Dmitry Antipov <dmantipov@yandex.ru>
2 15
3 * termhooks.h (enum scroll_bar_part): Begin from 0 to allow... 16 * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...