mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-15 03:41:23 +00:00
Merge branch 'master' of https://github.com/AxioDL/libBoo
This commit is contained in:
commit
3596883822
@ -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