Mercurial > emacs
changeset 25795:84921c27b2b5
(XTread_socket) <MotionNotify>: Change #ifdef
USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 23 Sep 1999 11:58:49 +0000 |
parents | a6041d251b77 |
children | 952b7a2a3d91 |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Thu Sep 23 11:58:42 1999 +0000 +++ b/src/xterm.c Thu Sep 23 11:58:49 1999 +0000 @@ -9424,13 +9424,13 @@ 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. */