Re: gdk_draw_region



Ron Steinke <rsteinke merilon elfhame net> writes: 
> What happens to the contents of `rectangles'? Is it coplied into some
> TCP packet, so I can free it immediately? Do I need to wait until
> X draws the rectangles to free the memory? If so, how do I do that
> (some sort of timeout/callback)? The treatment of `tmp_points'
> in gdk_x11_draw_points seems to indicate I can free it immediately,
> but I'd like to hear something from someone who is more familiar
> with X than I am.

You can go ahead and free it, XFillRectangles() will have already
sent the request.

Havoc




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