diff options
author | Keith Packard <keithp@keithp.com> | 2013-10-04 13:50:04 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-10-04 13:50:04 -0700 |
commit | 5d2ec6933f6bb5116666ca1bfb07f0f20bf2a0b5 (patch) | |
tree | f7446f525537fd0bf45b45a97352b2876e598046 /include/list.h | |
parent | 7d3d4ae55dd6ee338439e2424ac423b1df80501b (diff) | |
parent | 6ee4d9f94ae2cc27c39381d7554134d9b4807a65 (diff) |
Merge remote-tracking branch 'ajax/xserver-next'
Diffstat (limited to 'include/list.h')
-rw-r--r-- | include/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/list.h b/include/list.h index 11de7c561..455c670d3 100644 --- a/include/list.h +++ b/include/list.h @@ -213,7 +213,7 @@ xorg_list_del(struct xorg_list *entry) * * @return True if the list contains one or more elements or False otherwise. */ -static inline Bool +static inline int xorg_list_is_empty(struct xorg_list *head) { return head->next == head; |