diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index ef74a4a3ac8..2b822384de3 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1752,7 +1752,7 @@ x_scrollbar_create (window, top, left, width, height) | |||
| 1752 | 1752 | ||
| 1753 | a.background_pixel = frame->display.x->background_pixel; | 1753 | a.background_pixel = frame->display.x->background_pixel; |
| 1754 | a.event_mask = (ButtonPressMask | ButtonReleaseMask | 1754 | a.event_mask = (ButtonPressMask | ButtonReleaseMask |
| 1755 | | ButtonMotionMask | 1755 | | ButtonMotionMask | PointerMotionHintMask |
| 1756 | | ExposureMask); | 1756 | | ExposureMask); |
| 1757 | a.cursor = x_vertical_scrollbar_cursor; | 1757 | a.cursor = x_vertical_scrollbar_cursor; |
| 1758 | 1758 | ||