Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e88b3c50
Commit
e88b3c50
authored
Sep 23, 1999
by
Gerd Moellmann
Browse files
(XTread_socket) <MotionNotify>: Change #ifdef
USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
parent
da448723
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xterm.c
src/xterm.c
+2
-2
No files found.
src/xterm.c
View file @
e88b3c50
...
...
@@ -9424,13 +9424,13 @@ XTread_socket (sd, bufp, numchars, expected)
note_mouse_movement (f, &event.xmotion);
else
{
#ifndef USE_
X_
TOOLKIT
#ifndef USE_TOOLKIT
_SCROLL_BARS
struct scroll_bar *bar
= x_window_to_scroll_bar (event.xmotion.window);
if (bar)
x_scroll_bar_note_movement (bar, &event);
#endif /* USE_
X_
TOOLKIT */
#endif /* USE_TOOLKIT
_SCROLL_BARS
*/
/* If we move outside the frame, then we're
certainly no longer on any text in the frame. */
...
...
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