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