Discussion:
[Clanlib-devel] Patch to enable using new configure script & a sprite fix
Jason Green
2005-12-05 16:50:42 UTC
Permalink
This patch updates the library name for each ClanLib project to use the
new naming scheme from mbn's configure app.

Also, it contains a small pach that sets the pixels of the area around
the actual sprite image to CL_Color(0,0,0,0) when calling
CL_Sprite::get_frame_surface(). Without this, the buffer area around
the image is garbage and differs by platform and machine.

Loading...