|
From: | Kjetil Matheussen |
Subject: | Re: [fluid-dev] [PATCH] sampledata caching |
Date: | Wed, 10 Oct 2012 10:29:15 +0200 |
User-agent: | Roundcube Webmail/0.6 |
On 10.10.2012 09:51, Kjetil Matheussen wrote:
Another thing we need to verify is that the sampledata is read-onlyonce it's been bigendian converted. If it is not, chances are that twothreads would both modify the sampledata, causing problems.Okay. I'll see if there's any trouble changing the sampledata field from short* to const short*.
There was no problems setting _fluid_sample_t->data and _fluid_defsfont_t->sample
to const short*.The only warning I got which made me somewhat worried was in fluid_ramsfont.c where FLUID_FREE(sample->data) is called a couple of times. If this sample->data pointer is created in fluid_defsfont.c, it would be a problem, but I guess it isn't.
[Prev in Thread] | Current Thread | [Next in Thread] |