Re: [ft-devel] Proposal: add a raster specific allocation function to the memory management API

2010-07-25 Thread Chris Liddell
On 26/07/2010 05:32, Werner LEMBERG wrote: > >> My intention would be to have the API call take a bitmap struct as >> it's parameter, [...] > > I assume that you want to implement a new API function, right? For > backwards compatibility it's not possible to alter the existing ones. Yes. Actuall

Re: [ft-devel] Proposal: add a raster specific allocation function to the memory management API

2010-07-25 Thread Werner LEMBERG
> I'd like to add a callback to the memory management specifically for > (re)allocating bitmap/raster memory. Sounds like a good idea. > My intention would be to have the API call take a bitmap struct as > it's parameter, [...] I assume that you want to implement a new API function, right? For

[ft-devel] Proposal: add a raster specific allocation function to the memory management API

2010-07-25 Thread Chris Liddell
Hi, I guess this is primarily aimed at Werner, but posted here for any interested parties to comment. I'd like to add a callback to the memory management specifically for (re)allocating bitmap/raster memory. My intention would be to have the API call take a bitmap struct as it's parameter, and