Files
wm4 ef9b399020 input: fix event wakeup
When a new event was added, merely a flag was set, instead of actually
waking up the core (if needed). This was ok in ancient times when all
event sources were part of the select() loop. But now there are several
cases where other threads can add input, and then you actually need to
wakeup the core in order to make it read the events at all.
2014-08-11 13:50:56 +02:00
..
2014-08-11 13:50:56 +02:00
2014-07-27 21:53:29 +02:00
2014-04-13 18:03:01 +02:00
2014-07-20 13:52:06 +02:00