diff options
| author | Nick Roberts | 2007-06-03 00:57:11 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-06-03 00:57:11 +0000 |
| commit | e416374c96c398f9e77363ea06f26d0fd86b75bc (patch) | |
| tree | b0274523ba9b50979db3ec620e7fd43e6c5d7285 /src | |
| parent | 80fb2ce07c307b39d012d25f30393ac7da255887 (diff) | |
| download | emacs-e416374c96c398f9e77363ea06f26d0fd86b75bc.tar.gz emacs-e416374c96c398f9e77363ea06f26d0fd86b75bc.zip | |
(discard_mouse_events): Add GPM_CLICK_EVENT case.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 3 |
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; |