]> git.eshelyaron.com Git - emacs.git/commit
Allow non-float values in x-scroll-event-delta-factor
authorPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 01:46:25 +0000 (09:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 01:46:25 +0000 (09:46 +0800)
commita59deef359c5ffa49ea2adb78250f4d4adf94447
tree198d89b8714b4f09b3e719804b0f07fd00f678c4
parent72b7fccc15cadd5ab3c6996888527ae6a2886b76
Allow non-float values in x-scroll-event-delta-factor

* src/xterm.c (handle_one_xevent): Use XFLOATINT instead of
XFLOAT_DATA.
src/xterm.c