diff options
| author | Nick Roberts | 2007-05-20 05:13:28 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-05-20 05:13:28 +0000 |
| commit | 7e5a23bd93d600f719b3b6db4cfbb925d7ea8c8f (patch) | |
| tree | dd382d8493d1c892047eaf1ad657be173e691488 /src/termhooks.h | |
| parent | a8099827a4c6c243b57dcfee9d17f3b7475670e4 (diff) | |
| download | emacs-7e5a23bd93d600f719b3b6db4cfbb925d7ea8c8f.tar.gz emacs-7e5a23bd93d600f719b3b6db4cfbb925d7ea8c8f.zip | |
Use HAVE_GPM instead of HAVE_GPM_H.
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 0ca6523bd61..1e9968530e8 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -343,7 +343,7 @@ enum event_kind | |||
| 343 | MAC_APPLE_EVENT, | 343 | MAC_APPLE_EVENT, |
| 344 | #endif | 344 | #endif |
| 345 | 345 | ||
| 346 | #ifdef HAVE_GPM_H | 346 | #ifdef HAVE_GPM |
| 347 | GPM_CLICK_EVENT | 347 | GPM_CLICK_EVENT |
| 348 | #endif | 348 | #endif |
| 349 | }; | 349 | }; |
| @@ -450,7 +450,7 @@ enum { | |||
| 450 | meta_modifier = CHAR_META /* Under X, the XK_Meta_[LR] keysyms. */ | 450 | meta_modifier = CHAR_META /* Under X, the XK_Meta_[LR] keysyms. */ |
| 451 | }; | 451 | }; |
| 452 | 452 | ||
| 453 | #ifdef HAVE_GPM_H | 453 | #ifdef HAVE_GPM |
| 454 | #include <gpm.h> | 454 | #include <gpm.h> |
| 455 | extern int handle_one_term_event (Gpm_Event *, struct input_event *); | 455 | extern int handle_one_term_event (Gpm_Event *, struct input_event *); |
| 456 | 456 | ||