summaryrefslogtreecommitdiffstats
path: root/src/event-loop.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix WL_EVENT_WRITEABLE typoKristian Høgsberg2011-12-281-3/+3
|
* event-loop: Fix idle handler dispatch corner caseKristian Høgsberg2011-10-291-2/+4
| | | | | | | | | When the last idle handler queues another idle handler, we fail to dispatch that last handler. The wl_list_for_each_safe loop looks up the next pointer before running the handler, and at that point it points to the head of the list and the loop terminates. Instead, just loop until the list is empty.
* event-loop: Quiet a few warningsKristian Høgsberg2011-08-121-2/+10
| | | | There's no good error recovery possible in these cases though.
* Rename source subdir from wayland to srcKristian Høgsberg2011-08-121-0/+465