Mercurial > emacs
changeset 1793:cf4c3f01ddb9
* xterm.c (x_scrollbar_create): Include PointerMotionHintMask in
the event mask for scrollbars.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 14 Jan 1993 17:31:56 +0000 |
parents | 1136bc94d196 |
children | b146942bc431 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;