Bug 249061. GTK2 needs to prioritize paints over PLEvents. r+sr=blizzard

This commit is contained in:
roc+%cs.cmu.edu 2004-07-22 13:08:20 +00:00
Родитель f92795c256
Коммит a6c348c336
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -220,7 +220,7 @@ nsAppShell::ListenToEventQueue(nsIEventQueue *aQueue, PRBool aListen)
GIOChannel *ioc;
guint tag;
ioc = g_io_channel_unix_new(key);
tag = g_io_add_watch_full (ioc, G_PRIORITY_HIGH_IDLE,
tag = g_io_add_watch_full (ioc, G_PRIORITY_DEFAULT_IDLE,
G_IO_IN,
event_processor_callback, aQueue, NULL);
// it's owned by the mainloop now