mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-05 06:46:59 -04:00
Generalize event loop a bit and pull in the timerfd stuff.
This commit is contained in:
parent
fbdbbdc153
commit
4a29890da7
6 changed files with 261 additions and 95 deletions
|
|
@ -81,3 +81,9 @@ wl_list_length(struct wl_list *list)
|
|||
|
||||
return count;
|
||||
}
|
||||
|
||||
int
|
||||
wl_list_empty(struct wl_list *list)
|
||||
{
|
||||
return list->next == list;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue