DentonW / DevIL

Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter, and display a variety of images with ease. It is highly portable and has been ported to several platforms.
http://openil.sourceforge.net/
GNU Lesser General Public License v2.1
446 stars 138 forks source link

Fix parameter type in ivec_align_buffer prototype #87

Open ryandesign opened 4 years ago

ryandesign commented 4 years ago

This changes the prototype of ivec_align_buffer to match its implementation in DevIL/src-IL/src/il_alloc.cpp thereby fixing a conflicting types error seen at least on PowerPC Macs. Thanks to @raphael-st for this fix.