Commit graph

4 commits

Author SHA1 Message Date
jperkin
babab088e2 xcb-util-image: Fix clang -Wreturn-type failure. 2018-01-25 13:47:22 +00:00
joerg
8b2b6b7dce Half of the patch is obviously outdated as the function returns void
now. The other half is also in a place that is bogus, so drop the patch
completely.
2014-10-24 21:10:21 +00:00
wiz
ff29c01c12 Update to 0.4.0:
Release 0.4.0 (2014-10-15)
==========================

- Corrected return value documentation for xcb_image_shm_put().
- Added additional format tests for XY_PIXMAP bit planes.
- Changed test_xcb_image to work with XY_PIXMAP with nontrivial planemask.
- Fixed get_image to handle xy format with nontrivial plane_mask.
- Fixed endianness bug in xy pixmap getimage.
- Use AC_CONFIG_HEADERS to create a config.h file.
- Add missing COPYING file.
- Using X11 Protocol headers, so XPROTO_CFLAGS is required.
- Move test cases into their own directory.
- Fix compilation when NDEBUG is defined.
2014-10-20 11:15:38 +00:00
marino
2acdce2c01 x11/xcb-util-image: Fix build for some compilers.
gcc44 complains "control reaches end of non-void function" on DragonFly
Apparently gcc45+ recognizes the assert, but for those compilers that don't,
putting a dummy return value won't hurt anything and it fixes the build
at least for gcc 4.4.
2012-08-18 08:04:25 +00:00