begin butchering uiArea

This commit is contained in:
Arisotura
2019-05-15 16:43:56 +02:00
parent 4d427c9d2d
commit a89366cb5a
9 changed files with 75 additions and 20 deletions

View File

@ -134,3 +134,8 @@ void *uiGLGetProcAddress(const char* proc)
{
return (void*)wglGetProcAddress(proc);
}
void uiGLSwapBuffers(uiGLContext* ctx)
{
SwapBuffers(ctx->dc);
}