Pacify gcc -Wdouble-precision when using Xaw.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 May 2012 06:51:43 +0000 (23:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 31 May 2012 06:51:43 +0000 (23:51 -0700)
commitca34e0be92d5e715c5d65b990917d2ecd15da318
treea8aaa8817b83a5c1185f18fcd5c65c50b04f22ec
parentefc00ab16e2890b75d7224434ac43fe944ade4dd
Pacify gcc -Wdouble-precision when using Xaw.

* xterm.c (xaw_jump_callback, x_set_toolkit_scroll_bar_thumb)
[HAVE_X_WINDOWS && USE_TOOLKIT_SCROLL_BARS && !USE_MOTIF && !USE_GTK]:
Use 'float' consistently, rather than 'float' in most places
and 'double' in a couple of places.
src/ChangeLog
src/xterm.c