mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-06-08 03:02:29 -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
|
|
@ -32,6 +32,7 @@ void wl_list_init(struct wl_list *list);
|
|||
void wl_list_insert(struct wl_list *list, struct wl_list *elm);
|
||||
void wl_list_remove(struct wl_list *elm);
|
||||
int wl_list_length(struct wl_list *list);
|
||||
int wl_list_empty(struct wl_list *list);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue