diff options
author | Peter Harris <pharris@opentext.com> | 2010-12-23 13:04:40 -0500 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2010-12-23 13:04:40 -0500 |
commit | 3c5813697169a33ecfd6ac0ab5641dec654f6612 (patch) | |
tree | dbb6ffe70836cbeb54aa7d91386adb9f9a2aeb92 /src/xcbext.h | |
parent | 69b78ced1a7bcdca538c0720fde9cf3e6f70d040 (diff) | |
parent | b672d1514c88e119f3aaeded8c8a488cad36db52 (diff) |
Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcb
Diffstat (limited to 'src/xcbext.h')
-rw-r--r-- | src/xcbext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcbext.h b/src/xcbext.h index d6366cb..98b3c93 100644 --- a/src/xcbext.h +++ b/src/xcbext.h @@ -93,6 +93,7 @@ int xcb_poll_for_reply(xcb_connection_t *c, unsigned int request, void **reply, /* xcb_util.c */ int xcb_popcount(uint32_t mask); +int xcb_sumof(uint8_t *list, int len); #ifdef __cplusplus } |