mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-15 03:41:23 +00:00
Remove superfluous X{Un}LockDisplay
This commit is contained in:
parent
9b416c6549
commit
dc3f2897e8
@ -495,11 +495,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void present()
|
void present()
|
||||||
{
|
{ glXSwapBuffers(m_xDisp, m_glxWindow); }
|
||||||
XLockDisplay(m_xDisp);
|
|
||||||
glXSwapBuffers(m_xDisp, m_glxWindow);
|
|
||||||
XUnlockDisplay(m_xDisp);
|
|
||||||
}
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user