mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Changing PLEvent que priority. r=pavlov,vidur
This commit is contained in:
parent
d856a6e4f8
commit
20e0e70734
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user