(scroll_bar_windows, scroll_bar_windows_size): New
commit07b3d16e119d0bd1e25f3bf686d8633b9b08a3de
authorGerd Moellmann <gerd@gnu.org>
Mon, 20 Nov 2000 16:49:44 +0000 (20 16:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 20 Nov 2000 16:49:44 +0000 (20 16:49 +0000)
tree57f20ee80bc30063ed93bd73683bd8aee0352887
parent1bc7654adc7acd7cfcf508184b64a39ef36a857e
(scroll_bar_windows, scroll_bar_windows_size): New
variables.
(x_send_scroll_bar_event): Store the window in scroll_bar_windows
and store an index in the XClientMessageEvent.  Storing a
Lisp_Object or pointer can fail on a 64 bit system, since X only
transfers 32 bits.
(x_scroll_bar_to_input_event): Get the window from
scroll_bar_windows.
src/xterm.c