Port recent change to hosts where pointers aren't 'long'.
commit4f39987ad0be35aa980c6b4f773b760c340280e6
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Sep 2013 20:23:20 +0000 (20 13:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Sep 2013 20:23:20 +0000 (20 13:23 -0700)
tree209fbe27b3fabb95d09bff53767f3ce848b9f34a
parentd2aec8381deff582766218a50b272a19802f5664
Port recent change to hosts where pointers aren't 'long'.

* xterm.c (x_send_scroll_bar_event, x_scroll_bar_to_input_event):
Don't assume that pointers are the same width as 'long'.
Add a compile-time check that a pointer fits into two X slots.
src/ChangeLog
src/xterm.c