diff options
Diffstat (limited to 'include/utouch/frame-mtdev.h')
| -rw-r--r-- | include/utouch/frame-mtdev.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/utouch/frame-mtdev.h b/include/utouch/frame-mtdev.h index f3957b9..f8da032 100644 --- a/include/utouch/frame-mtdev.h +++ b/include/utouch/frame-mtdev.h | |||
| @@ -22,6 +22,10 @@ | |||
| 22 | #ifndef _UTOUCH_FRAME_MTDEV_H | 22 | #ifndef _UTOUCH_FRAME_MTDEV_H |
| 23 | #define _UTOUCH_FRAME_MTDEV_H | 23 | #define _UTOUCH_FRAME_MTDEV_H |
| 24 | 24 | ||
| 25 | #ifdef __cplusplus | ||
| 26 | extern "C" { | ||
| 27 | #endif | ||
| 28 | |||
| 25 | #define MTDEV_NO_LEGACY_API | 29 | #define MTDEV_NO_LEGACY_API |
| 26 | 30 | ||
| 27 | #include <utouch/frame.h> | 31 | #include <utouch/frame.h> |
| @@ -36,4 +40,8 @@ int utouch_frame_init_mtdev(utouch_frame_handle fh, | |||
| 36 | const struct utouch_frame * | 40 | const struct utouch_frame * |
| 37 | utouch_frame_pump_mtdev(utouch_frame_handle fh, const struct input_event *ev); | 41 | utouch_frame_pump_mtdev(utouch_frame_handle fh, const struct input_event *ev); |
| 38 | 42 | ||
| 43 | #ifdef __cplusplus | ||
| 44 | } | ||
| 45 | #endif | ||
| 46 | |||
| 39 | #endif | 47 | #endif |
