Changing PLEvent que priority. r=pavlov,vidur

This commit is contained in:
jst%netscape.com 2000-09-09 06:11:50 +00:00
parent d856a6e4f8
commit 20e0e70734

View File

@ -407,7 +407,7 @@ NS_IMETHODIMP nsAppShell::ListenToEventQueue(nsIEventQueue *aQueue,
tag = our_gdk_input_add(aQueue->GetEventQueueSelectFD(),
event_processor_callback,
aQueue,
G_PRIORITY_DEFAULT);
G_PRIORITY_HIGH_IDLE);
if (tag >= 0) {
PL_HashTableAdd(sQueueHashTable, GINT_TO_POINTER(key), GINT_TO_POINTER(tag));
}