diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Mon Nov 20 16:49:44 2000 +0000
+++ b/src/ChangeLog	Mon Nov 20 16:51:24 2000 +0000
@@ -1,3 +1,14 @@
+2000-11-20  Gerd Moellmann  <gerd@gnu.org>
+
+	* xterm.c (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.
+	
 2000-11-20  Dave Love  <fx@gnu.org>
 
 	* Makefile.in (LIBX): Reorder for -lX11 after -lXpm.