diff options
author | Bruno Dilly <bdilly@profusion.mobi> | 2016-12-14 02:58:53 -0200 |
---|---|---|
committer | Bruno Dilly <bdilly@profusion.mobi> | 2016-12-21 23:03:33 -0200 |
commit | 9bc9fde90ec75e58162e94bca4e71b62920afc73 (patch) | |
tree | cb33263d179df5ea61894c61ff8785635e1a2326 /src/lib/edje/edje_program.c | |
parent | d57d17723e255883dda22b96b61ea5e7cd5f23f8 (diff) | |
download | efl-9bc9fde90ec75e58162e94bca4e71b62920afc73.tar.gz |
edje: add function on embryo to control focus
Add set_focus(part_id) and unset_focus().
Both functions accept an optional argument "seat_name".
If not provided default seat will be assumed.
Diffstat (limited to 'src/lib/edje/edje_program.c')
-rw-r--r-- | src/lib/edje/edje_program.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/edje/edje_program.c b/src/lib/edje/edje_program.c index df74b334ec..ef4cf40d05 100644 --- a/src/lib/edje/edje_program.c +++ b/src/lib/edje/edje_program.c @@ -641,7 +641,7 @@ _edje_seat_name_emit(Edje *ed, const char *name, const char *sig, const char *sr _edje_emit_full(ed, buf, src, NULL, NULL); } -static void +void _edje_part_focus_set(Edje *ed, const char *seat_name, Edje_Real_Part *rp) { Edje_Real_Part *focused_part; |