On Thu, 2009-01-15 at 10:04 +1100, Martin Sevior wrote:
> >> - if(!s_bFirstDrawDone)
> >> + if(!s_bFirstDrawDone && (iPageCount > 1))
> >> {
> >
> > Shouldn't this be "iPageCount >= 1" ?
> >
>
> No I want more than one fully layed out page before drawing. It's a
> good heuristic that the layotu is stable enough to draw to screen and
> doesn't take a notible amount of extra time.
I asked it because of the case that there is only 1 page to layout, so
"> 1" would never hold.
Marc
Received on Thu Jan 15 00:18:48 2009
This archive was generated by hypermail 2.1.8 : Thu Jan 15 2009 - 00:18:48 CET