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
Родитель 146dff610f
Коммит a761a8ac4d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -314,6 +314,9 @@ interface nsIWidget : nsISupports
/**
* 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()
*/
void update();