Mercurial > emacs
changeset 81128:e6d77a4d2ea6
(discard_mouse_events): Add GPM_CLICK_EVENT case.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 03 Jun 2007 00:57:11 +0000 |
parents | d620b28641cd |
children | e1b18eee2605 |
files | src/keyboard.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Sun Jun 03 00:55:34 2007 +0000 +++ b/src/keyboard.c Sun Jun 03 00:57:11 2007 +0000 @@ -3918,6 +3918,9 @@ #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) { sp->kind = NO_EVENT;