Port recent change to hosts where pointers aren't 'long'.
commite3b29769a8b27bb0b727daa7445130ac256006d0
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)
treeec7cbd354fd27590a3c0dd6e685724e7a545cf7d
parent31dca772aded1c089b135d6335e4e444fd63078a
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