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:
blizzard%redhat.com
2001-03-13 00:36:54 +00:00
parent b8e237f427
commit 8040b120b6

View File

@@ -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) {