From a76fd9535db9b36dd4d8f2e6bc9d804db807907f Mon Sep 17 00:00:00 2001 From: Paolo Iommarini Date: Sun, 17 Feb 2013 13:38:32 +0100 Subject: Maemo ehancement -Added command line options -Added pause on incoming call -Added change disc --- maemo/maemo_common.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'maemo/maemo_common.h') diff --git a/maemo/maemo_common.h b/maemo/maemo_common.h index 757b6f6..ace0bfd 100644 --- a/maemo/maemo_common.h +++ b/maemo/maemo_common.h @@ -1,4 +1,18 @@ -void maemo_init(int *argc, char ***argv); +int maemo_init(int *argc, char ***argv); +void maemo_finish(); extern char file_name[MAXPATHLEN]; extern int g_maemo_opts; + +extern inline void key_press_event(int key,int type); + +typedef struct +{ + int sens; + int y_def; + float maxValue; + float xMultiplier; + float yMultiplier; +} accel_option; + +extern accel_option accelOptions; -- cgit v1.2.3