aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNick Roberts2007-06-03 00:57:11 +0000
committerNick Roberts2007-06-03 00:57:11 +0000
commite416374c96c398f9e77363ea06f26d0fd86b75bc (patch)
treeb0274523ba9b50979db3ec620e7fd43e6c5d7285 /src
parent80fb2ce07c307b39d012d25f30393ac7da255887 (diff)
downloademacs-e416374c96c398f9e77363ea06f26d0fd86b75bc.tar.gz
emacs-e416374c96c398f9e77363ea06f26d0fd86b75bc.zip
(discard_mouse_events): Add GPM_CLICK_EVENT case.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 420b422c518..ab2d50ad0ea 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -3918,6 +3918,9 @@ discard_mouse_events ()
3918#ifdef WINDOWSNT 3918#ifdef WINDOWSNT
3919 || sp->kind == W32_SCROLL_BAR_CLICK_EVENT 3919 || sp->kind == W32_SCROLL_BAR_CLICK_EVENT
3920#endif 3920#endif
3921#ifdef HAVE_GPM
3922 || sp->kind == GPM_CLICK_EVENT
3923#endif
3921 || sp->kind == SCROLL_BAR_CLICK_EVENT) 3924 || sp->kind == SCROLL_BAR_CLICK_EVENT)
3922 { 3925 {
3923 sp->kind = NO_EVENT; 3926 sp->kind = NO_EVENT;