forked from joejulian/gio
bec0283e54
Before this change, synthetic events such as scrolling caused by focus movement would use semantic information to determine potential receivers. However, there can only be one handler per area so sibling handlers would not be considered. This change makes the event delivery traverse the entire tree of handlers, including siblings. Signed-off-by: Elias Naur <mail@eliasnaur.com>