Replaces check for processingEvents. r=danm, darin a=hyatt

This commit is contained in:
dougt%netscape.com 2000-10-04 19:47:12 +00:00
Родитель 5f305d3641
Коммит fa015f33ba
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -486,6 +486,11 @@ PL_ProcessPendingEvents(PLEventQueue* self)
PR_EnterMonitor(self->monitor);
if (self->processingEvents) {
PR_ExitMonitor(self->monitor);
return;
}
self->processingEvents = PR_TRUE;
/* Only process the events that are already in the queue, and