processing UI timers. [not part of build]

This commit is contained in:
pinkerton%netscape.com 2001-11-08 22:21:27 +00:00
Родитель 2fbc6dfd61
Коммит 58fa54cdc0
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -46,6 +46,8 @@
#include "nsIEventQueueService.h"
#include "nsIServiceManager.h"
#include "nsRepeater.h"
// for some reason, this must come last. otherwise the appshell
// component fails to instantiate correctly at runtime.
#undef DARWIN
@ -137,6 +139,10 @@ printf("shutting down event queue\n");
NS_ASSERTION(NS_SUCCEEDED(rv), "Error processing PLEvents");
}
}
EventRecord anEvent;
Repeater::DoIdlers(anEvent);
Repeater::DoRepeaters(anEvent);
}