[interfacekit] Re: a "dirty" thing...

Thanks Ingo.

I didn't understood something in BWindow's UpdateIfNeeded() mechanism, but
now, all it's OK!

I asked that question because I thought:

void AView::Draw(...){
    StrokeRect(...)
/*
    That, in this point, this view, is "dirty"
*/
...
}

So... if "dirty" views are in app_server and clipping is done in app_server,
why do BViews need to cache their clipping region?


Adi.



Other related posts: