Fixed bug 80345 "frequent crash in nsWindow::UpdateIdle" r=dr, sr=blizzard

This commit is contained in:
darin%netscape.com 2001-05-17 00:00:22 +00:00
parent 487253346d
commit becfd3c30e

View File

@ -314,6 +314,9 @@ interface nsIWidget : nsISupports
/** /**
* Force a synchronous repaint of the window if there are dirty rects. * Force a synchronous repaint of the window if there are dirty rects.
* *
* NOTE: calling update can result in other windows being invalidated;
* see bug 80345 for an example of how unexpected this can be.
*
* @see Invalidate() * @see Invalidate()
*/ */
void update(); void update();