mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
concurrency fix for post-frame resize handler
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user