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
parent e31bc307ad
commit 66479b016a

View File

@ -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