Re: Coalesced updates = pain
Re: Coalesced updates = pain
- Subject: Re: Coalesced updates = pain
- From: Corbin Dunn <email@hidden>
- Date: Fri, 22 Jul 2005 17:10:23 -0700
What can I do to update the screen fluidly without redrawing way
more screen area than necessary?
Hi John,
You probably want to use:
- (void)getRectsBeingDrawn:(const NSRect **)rects count:(int *)count;
And only draw what is in the returned rects.
--corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden