adding the GetEventHandler() indirection

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2009-02-01 05:54:10 +00:00
parent e1f833da2a
commit 16519fd473

View File

@ -894,7 +894,7 @@ void* wxJoystickThread::Entry()
wxevent.SetEventObject(pThis->m_catchwin);
if (pThis->m_catchwin)
pThis->m_catchwin->AddPendingEvent(wxevent);
pThis->m_catchwin->GetEventHandler()->AddPendingEvent(wxevent);
ret = (*m_hid->GetQueue())->getNextEvent(m_hid->GetQueue(),
&hidevent, bogustime, 0);