Landing nspr library name change, and plevent function call change.
git-svn-id: svn://10.0.0.236/trunk@24276 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -79,14 +79,7 @@ EventQueueEntry::EventQueueEntry()
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
|
||||
#ifdef XP_PC
|
||||
// XXX: For now only use the main eventQ... When the event queue is
|
||||
// created via PL_CreateNativeEventQueue(...) this can go away...
|
||||
PL_InitializeEventsLib("");
|
||||
mEventQueue = PL_GetMainEventQueue();
|
||||
#else
|
||||
mEventQueue = PL_CreateEventQueue("Thread event queue...", PR_GetCurrentThread());
|
||||
#endif
|
||||
mEventQueue = PL_CreateNativeEventQueue("Thread event queue...", PR_GetCurrentThread());
|
||||
}
|
||||
|
||||
EventQueueEntry::~EventQueueEntry()
|
||||
|
||||
Reference in New Issue
Block a user