From: Nick Roberts Date: Sun, 3 Jun 2007 00:57:11 +0000 (+0000) Subject: (discard_mouse_events): Add GPM_CLICK_EVENT case. X-Git-Tag: emacs-pretest-23.0.90~12508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e416374c96c398f9e77363ea06f26d0fd86b75bc;p=emacs.git (discard_mouse_events): Add GPM_CLICK_EVENT case. --- diff --git a/src/keyboard.c b/src/keyboard.c index 420b422c518..ab2d50ad0ea 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3917,6 +3917,9 @@ discard_mouse_events () || sp->kind == WHEEL_EVENT #ifdef WINDOWSNT || sp->kind == W32_SCROLL_BAR_CLICK_EVENT +#endif +#ifdef HAVE_GPM + || sp->kind == GPM_CLICK_EVENT #endif || sp->kind == SCROLL_BAR_CLICK_EVENT) {