diff options
author | andrunko <andrunko> | 2007-11-21 22:20:16 +0000 |
---|---|---|
committer | andrunko <andrunko@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2007-11-21 22:20:16 +0000 |
commit | 2204cc19276ac79a493a107e45908f582e634588 (patch) | |
tree | 876ae068988013174ae7442376c554cfd92dae7f /legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | |
parent | 2e3bda35c93acbfe0b1142f2b6385b96b4857cbe (diff) |
Added Ecore_IMF_Evas.
Removed Evas dependency from Ecore_IMF, that was requested by Ewl developers
in order to be able to integrate Ecore_IMF on it.
Added Ecore_IMF_Evas, a library with helper functions to use Ecore_IMF together
with Evas.
Now everybody should be happy.
SVN revision: 32812
Diffstat (limited to 'legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h')
-rw-r--r-- | legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h index 8980172fda..dd951e2c89 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf_private.h | |||
@@ -12,6 +12,7 @@ typedef struct _Ecore_IMF_Module Ecore_IMF_Module; | |||
12 | struct _Ecore_IMF_Context | 12 | struct _Ecore_IMF_Context |
13 | { | 13 | { |
14 | ECORE_MAGIC; | 14 | ECORE_MAGIC; |
15 | const Ecore_IMF_Module *module; | ||
15 | const Ecore_IMF_Context_Class *klass; | 16 | const Ecore_IMF_Context_Class *klass; |
16 | void *data; | 17 | void *data; |
17 | int input_mode; | 18 | int input_mode; |
@@ -32,5 +33,6 @@ Ecore_List *ecore_imf_module_available_get(void); | |||
32 | Ecore_IMF_Module *ecore_imf_module_get(const char *ctx_id); | 33 | Ecore_IMF_Module *ecore_imf_module_get(const char *ctx_id); |
33 | Ecore_IMF_Context *ecore_imf_module_context_create(const char *ctx_id); | 34 | Ecore_IMF_Context *ecore_imf_module_context_create(const char *ctx_id); |
34 | Ecore_List *ecore_imf_module_context_ids_get(void); | 35 | Ecore_List *ecore_imf_module_context_ids_get(void); |
36 | Ecore_List *ecore_imf_module_context_ids_by_canvas_type_get(const char *canvas_type); | ||
35 | 37 | ||
36 | #endif | 38 | #endif |