Mercurial > emacs
diff src/xterm.c @ 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 | 5e245540d06f |
| children | 5752a95053f2 |
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;
