edje: support seat on focus action and signals
authorBruno Dilly <bdilly@profusion.mobi>
Thu, 17 Nov 2016 17:21:02 +0000 (15:21 -0200)
committerBruno Dilly <bdilly@profusion.mobi>
Mon, 19 Dec 2016 16:58:35 +0000 (14:58 -0200)
commit5cfdf3ec3af60394dfaa19440f475fc23a8567e6
treea5c09935a6c4ec9c5bc65ac2bd8a7ac4b1d78a6d
parentfecd59fe3237d930d86e8b166b57271b16c5df43
edje: support seat on focus action and signals

Seat goes as an optional parameter for FOCUS_SET (if not
provided, act over default seat), and emit signals
with seat suffix:
 * focus,in,$SEAT
 * focus,out,$SEAT
 * focus,part,in,$SEAT
 * focus,part,out,$SEAT
src/bin/edje/edje_cc_handlers.c
src/lib/edje/Edje_Common.h
src/lib/edje/edje_callbacks.c
src/lib/edje/edje_data.c
src/lib/edje/edje_edit.c
src/lib/edje/edje_entry.c
src/lib/edje/edje_load.c
src/lib/edje/edje_private.h
src/lib/edje/edje_program.c