Revert recent float→double Motif change
commitd4c3669f9dd7a1da013c8d9d3d285fc3b67de533
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Sep 2017 19:08:55 +0000 (4 12:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Sep 2017 19:09:33 +0000 (4 12:09 -0700)
tree4870126d6a4d6d65f73ccc703c408f2f5a56816d
parent514e147dd3233615e7a3e17d594d05ac1420bae5
Revert recent float→double Motif change

Problem reported by Martin Rudalics in:
http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00014.html
* src/xterm.c (xm_scroll_callback, xaw_jump_callback)
(x_set_toolkit_scroll_bar_thumb)
(x_set_toolkit_horizontal_scroll_bar_thumb):
Go back to using ‘float’ temporaries rather than ‘double’.
Although quite possibly this masks an underlying bug,
we lack time to look into that now.
src/xterm.c