diff options
Diffstat (limited to 'backends/platform/maemo/maemo-common.h')
-rw-r--r-- | backends/platform/maemo/maemo-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/maemo/maemo-common.h b/backends/platform/maemo/maemo-common.h index 5f8645a6b7..cd4bb3b027 100644 --- a/backends/platform/maemo/maemo-common.h +++ b/backends/platform/maemo/maemo-common.h @@ -51,6 +51,11 @@ static const Model models[] = { {0, kModelTypeInvalid, 0, true} }; +enum CustomEventType { + kEventClickMode = 1, + kEventInvalid = 0 +}; + } // namespace Maemo #endif // ifndef PLATFORM_SDL_MAEMO_COMMON_H |