Call PtAppAddFd instead of PtAppAddFdPri because of redraw bugs it
was causing. r=kedl git-svn-id: svn://10.0.0.236/trunk@52078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user