comparison src/ChangeLog @ 33644:b75587b124c4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 20 Nov 2000 16:51:24 +0000
parents 862f04d44ca9
children b5116353ac8f
comparison
equal deleted inserted replaced
33643:5c2be00ed2ba 33644:b75587b124c4
1 2000-11-20 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New
4 variables.
5 (x_send_scroll_bar_event): Store the window in scroll_bar_windows
6 and store an index in the XClientMessageEvent. Storing a
7 Lisp_Object or pointer can fail on a 64 bit system, since X only
8 transfers 32 bits.
9 (x_scroll_bar_to_input_event): Get the window from
10 scroll_bar_windows.
11
1 2000-11-20 Dave Love <fx@gnu.org> 12 2000-11-20 Dave Love <fx@gnu.org>
2 13
3 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm. 14 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.
4 15
5 2000-11-20 Gerd Moellmann <gerd@gnu.org> 16 2000-11-20 Gerd Moellmann <gerd@gnu.org>