diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-08-25 19:20:10 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-08-26 10:18:01 +0900 |
commit | d504284dd241d2d1713e9e94f7e6efee8e0ee9ac (patch) | |
tree | 484135bc4391f81cd3d243051732fb23e5d992de /src/lib/evas/Evas_Eo.h | |
parent | 60526528a6cc85050a74d5d45f6502ea5c07d70f (diff) |
efl: Rename Efl.Event.XX to Efl.Input.XX
This removes:
Efl.Event interface
And renames:
Efl.Event.Input -> Efl.Input.Event
Efl.Event -> Efl.Input.Event (merged)
Efl.Event.Pointer -> Efl.Input.Pointer
Efl.Event.Key -> Efl.Input.Key
Efl.Event.Hold -> Efl.Input.Hold
This also moves some interfaces from efl/ to evas/ where they
belong better.
This allows renaming Eo_Event to Efl_Event.
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 7cd4c68fde..cc7273e59e 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -301,8 +301,10 @@ typedef void (Evas_Canvas3D_Surface_Func)(Evas_Real *out_x, | |||
301 | #endif /* EFL_BETA_API_SUPPORT */ | 301 | #endif /* EFL_BETA_API_SUPPORT */ |
302 | 302 | ||
303 | #ifdef EFL_EO_API_SUPPORT | 303 | #ifdef EFL_EO_API_SUPPORT |
304 | #include "canvas/efl_event_input.eo.h" | 304 | #include "canvas/efl_input_state.eo.h" |
305 | #include "canvas/efl_event_pointer.eo.h" | 305 | #include "canvas/efl_input_event.eo.h" |
306 | #include "canvas/efl_event_key.eo.h" | 306 | #include "canvas/efl_input_pointer.eo.h" |
307 | #include "canvas/efl_event_hold.eo.h" | 307 | #include "canvas/efl_input_key.eo.h" |
308 | #include "canvas/efl_input_hold.eo.h" | ||
309 | #include "canvas/efl_input_interface.eo.h" | ||
308 | #endif /* EFL_EO_API_SUPPORT */ | 310 | #endif /* EFL_EO_API_SUPPORT */ |