mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Call PtAppAddFd instead of PtAppAddFdPri because of redraw bugs it
was causing. r=kedl
This commit is contained in:
parent
476d0ee9ec
commit
53fd291dfa
@ -568,9 +568,8 @@ NS_IMETHODIMP nsAppShell::ListenToEventQueue(nsIEventQueue *aQueue,
|
||||
|
||||
if (aListen)
|
||||
{
|
||||
/* Priority 0=Invalid 1=Really Slow, trying 5 */
|
||||
err = PtAppAddFdPri(NULL,aQueue->GetEventQueueSelectFD(),Pt_FD_READ,
|
||||
event_processor_callback,aQueue,15);
|
||||
err = PtAppAddFd(NULL,aQueue->GetEventQueueSelectFD(),Pt_FD_READ,
|
||||
event_processor_callback,aQueue);
|
||||
if (err == -1)
|
||||
{
|
||||
printf("nsAppShell::ListenToEventQueue Error calling PtAppAddFd errno=<%d>\n", errno);
|
||||
|
Loading…
x
Reference in New Issue
Block a user