try to fix mac + windows bustage
git-svn-id: svn://10.0.0.236/trunk@89404 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -248,8 +248,10 @@ PL_PostEvent(PLEventQueue* self, PLEvent* event)
|
||||
mon = self->monitor;
|
||||
PR_EnterMonitor(mon);
|
||||
|
||||
#ifdef XP_UNIX
|
||||
if (self->idFunc && event)
|
||||
event->id = self->idFunc(self->idFuncClosure);
|
||||
#endif
|
||||
|
||||
/* insert event into thread's event queue: */
|
||||
if (event != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user