# HG changeset patch # User Gerd Moellmann # Date 974593786 0 # Node ID 340b067073a5e7ab206559a1d0378e011e4c8871 # Parent 01f87b0ff56f975c43cc245bcb23e87d2a25e355 *** empty log message *** diff -r 01f87b0ff56f -r 340b067073a5 src/ChangeLog --- a/src/ChangeLog Sun Nov 19 00:29:21 2000 +0000 +++ b/src/ChangeLog Sun Nov 19 00:29:46 2000 +0000 @@ -1,5 +1,17 @@ 2000-11-19 Gerd Moellmann + * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create) + (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call + SCROLL_BAR_X_WIDGET with addtional argument DPY. + + * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high + removed. + (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget. + Take the X display as additional argument. + (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since + `Widget' is a pointer type that's not easily stored in Lisp_Object + form in a portable way. + * dispnew.c (update_text_area): Fix last change. 2000-11-18 Gerd Moellmann