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