forked from joejulian/gio
a78f9c6eaa
We're about to merge the pointer and key event streams in a single input queue. To do that, we need to simplify Queue.For to just returning events for the given handler. First step is the handler active flag. Dropping handlers that haven't had their events read doesn't seem worth it. Drop that special case and only determine a handler's activeness from its presence in the ops list. Signed-off-by: Elias Naur <mail@eliasnaur.com>