Add mouse_events option on the group level
authorIván Briano <sachieru@gmail.com>
Wed, 27 Mar 2013 02:11:32 +0000 (23:11 -0300)
committerIván Briano <sachieru@gmail.com>
Wed, 27 Mar 2013 02:16:24 +0000 (23:16 -0300)
commit0a3087c0d55a9dfbee2480e3fbae829410dcc7e5
tree480d1137bdab60905f303e15e2208d0ae24a3b51
parent6265365ddc5dffa2fd372e229571f1ff4bce7668
Add mouse_events option on the group level

No runtime changes. This makes it possible to set mouse_events on a
group, and it will use this value as the default for mouse_events on
every part of that group. It defaults to 1 if not set, to keep things
working as they do now.

That is, instead of setting mouse_events: 0; on every single part you
don't want to receive events, it's now possible to set it for the group
and only use mouse_events: 1; explicitly on those that should handle
events.
src/bin/edje/edje_cc.h
src/bin/edje/edje_cc_handlers.c