changeset 43885:6198fc8111ef

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Mar 2002 17:04:58 +0000
parents eb248012bf4a
children 7f30361633b3
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Mar 13 17:04:49 2002 +0000
+++ b/src/ChangeLog	Wed Mar 13 17:04:58 2002 +0000
@@ -1,5 +1,11 @@
 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
 
+	* xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-size
+	thumb (based on an ad-hoc estimate of 30 chars per line) to avoid
+	annoying flicker.
+	(xm_scroll_callback): Get rid of the now unnecessary kludge.
+	(XTread_socket): Mark it static.
+
 	* xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
 
 2002-03-13  Kim F. Storm  <storm@cua.dk>