diff options
author | Guilherme Iscaro <iscaro@profusion.mobi> | 2016-11-18 13:00:34 -0200 |
---|---|---|
committer | Bruno Dilly <bdilly@profusion.mobi> | 2016-11-24 19:18:47 -0200 |
commit | b77f0086f5502edacfb71277bbb024247ca6f4b1 (patch) | |
tree | ba9a0351d230d4682aa4a2b365f88a3663b2799a /src/lib/evas/include/evas_private.h | |
parent | fd6f6c14c16afdde7fe579b48313f5cca100dfea (diff) |
Efl.Canvas: Use Efl.Input.Focus as event info for object,focus.in/out.
Diffstat (limited to 'src/lib/evas/include/evas_private.h')
-rw-r--r-- | src/lib/evas/include/evas_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index 476c31cbd7..f955e1d3b3 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h | |||
@@ -1945,6 +1945,9 @@ Eina_Bool evas_vg_loader_svg(Evas_Object *vg, const Eina_File *f, const char *ke | |||
1945 | void *_evas_object_image_surface_get(Evas_Object *eo, Evas_Object_Protected_Data *obj); | 1945 | void *_evas_object_image_surface_get(Evas_Object *eo, Evas_Object_Protected_Data *obj); |
1946 | Eina_Bool _evas_image_proxy_source_clip_get(const Eo *eo_obj); | 1946 | Eina_Bool _evas_image_proxy_source_clip_get(const Eo *eo_obj); |
1947 | 1947 | ||
1948 | void _evas_focus_dispatch_event(Evas_Object_Protected_Data *obj, | ||
1949 | Efl_Input_Device *seat, Eina_Bool in); | ||
1950 | |||
1948 | extern Eina_Cow *evas_object_proxy_cow; | 1951 | extern Eina_Cow *evas_object_proxy_cow; |
1949 | extern Eina_Cow *evas_object_map_cow; | 1952 | extern Eina_Cow *evas_object_map_cow; |
1950 | extern Eina_Cow *evas_object_state_cow; | 1953 | extern Eina_Cow *evas_object_state_cow; |