[Gtk2] About bug 11523: analysis and proper fix(es)
Luiz Americo Pereira Camara
luizmed at oi.com.br
Sun Jul 13 15:39:45 CEST 2008
Mattias Gaertner wrote:
> On Sun, 13 Jul 2008 08:26:31 -0300
> Luiz Americo Pereira Camara <luizmed at oi.com.br> wrote:
>
>
>> Mattias Gaertner wrote:
>>
>>> I committed 2 in r15758.
>>>
>>>
>> It seems you commited 3 (I see the g_quark stuff)
>>
>
> Changed in 15761.
>
Can you also take the suggestion of using StrLComp instead of StrComp?
(I just noticed this problem after exiting my linux machine)
If only a substring is used there must be unnecessary cache misses, e.g.:
TextOut(DC, 0, 0, 'very long text', 4);
Only 'very' is draw and set in layout text
Luiz
More information about the Gtk2
mailing list