Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9a572e2a
Commit
9a572e2a
authored
Jan 14, 1993
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xterm.c (x_scrollbar_create): Include PointerMotionHintMask in
the event mask for scrollbars.
parent
fda4e8f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/xterm.c
View file @
9a572e2a
...
...
@@ -1752,7 +1752,7 @@ x_scrollbar_create (window, top, left, width, height)
a
.
background_pixel
=
frame
->
display
.
x
->
background_pixel
;
a
.
event_mask
=
(
ButtonPressMask
|
ButtonReleaseMask
|
ButtonMotionMask
|
ButtonMotionMask
|
PointerMotionHintMask
|
ExposureMask
);
a
.
cursor
=
x_vertical_scrollbar_cursor
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment