|
|
| version 1.1, 2003/11/16 16:43:45 | version 1.2, 2003/11/23 12:51:16 |
|---|---|
| Line 28 | Line 28 |
| #ifndef NP2_X11_KBDMNG_H__ | #ifndef NP2_X11_KBDMNG_H__ |
| #define NP2_X11_KBDMNG_H__ | #define NP2_X11_KBDMNG_H__ |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| enum { | enum { |
| KEY_KEY106, | KEY_KEY106, |
| KEY_KEY101, | KEY_KEY101, |
| Line 36 enum { | Line 40 enum { |
| BOOL kbdmng_init(void); | BOOL kbdmng_init(void); |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| #endif /* NP2_X11_KBDMNG_H__ */ | #endif /* NP2_X11_KBDMNG_H__ */ |