mirror of https://github.com/AxioDL/boo.git
concurrency fix for post-frame resize handler
This commit is contained in:
parent
01ab873e06
commit
0b80cafe92
|
@ -962,7 +962,9 @@ public:
|
|||
{
|
||||
SWindowRect rect =
|
||||
{ {m_wx, m_wy}, {m_ww, m_wh} };
|
||||
XUnlockDisplay(m_xDisp);
|
||||
m_callback->resized(rect);
|
||||
XLockDisplay(m_xDisp);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue