mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
Remove superfluous X{Un}LockDisplay
This commit is contained in:
@@ -495,11 +495,7 @@ public:
|
||||
}
|
||||
|
||||
void present()
|
||||
{
|
||||
XLockDisplay(m_xDisp);
|
||||
glXSwapBuffers(m_xDisp, m_glxWindow);
|
||||
XUnlockDisplay(m_xDisp);
|
||||
}
|
||||
{ glXSwapBuffers(m_xDisp, m_glxWindow); }
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user