gdk_draw_polygon()



Hi,

Is this the good list to speak about gdk ? I hope so ;-)

Here's a simple experience I had, I mail here just to tell - didn't look
at gdk code though.
the Thinice theme engine uses gdk_draw_polygon() calls to render arrows ;
it was badly broken using gtk+-1.2.10, arrows looked like three parallel
lines instead of arrows.

changing calls from 
gdk_draw_polygon(window, gc2, FALSE, points, 3);
to
gdk_draw_polygon(window, gc2, TRUE, points, 3);

solved the problem. Is that a bug in gdk, or a bug in the thinice theme ?

Regards,
-- 
Colin
panic("Reboot failed -- System halted\n");
    2.2.19 linux/arch/arm/kernel/process.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]