# HG changeset patch # User Jim Blandy # Date 727032716 0 # Node ID cf4c3f01ddb9a82e9eb9b22732513ceca35d6c55 # Parent 1136bc94d196411c375f978f6b042b3bb6c73d38 * xterm.c (x_scrollbar_create): Include PointerMotionHintMask in the event mask for scrollbars. diff -r 1136bc94d196 -r cf4c3f01ddb9 src/xterm.c --- a/src/xterm.c Thu Jan 14 17:30:26 1993 +0000 +++ b/src/xterm.c Thu Jan 14 17:31:56 1993 +0000 @@ -1752,7 +1752,7 @@ a.background_pixel = frame->display.x->background_pixel; a.event_mask = (ButtonPressMask | ButtonReleaseMask - | ButtonMotionMask + | ButtonMotionMask | PointerMotionHintMask | ExposureMask); a.cursor = x_vertical_scrollbar_cursor;