From: Gerd Moellmann Date: Thu, 23 Sep 1999 11:58:49 +0000 (+0000) Subject: (XTread_socket) : Change #ifdef X-Git-Tag: emacs-pretest-21.0.90~6647 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e88b3c50766000aa63195b563016f30547f23bf5;p=emacs.git (XTread_socket) : Change #ifdef USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS. --- diff --git a/src/xterm.c b/src/xterm.c index 1255370bfd7..f1725b31a10 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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. */