botch GL support.

This commit is contained in:
Arisotura
2019-05-15 19:49:21 +02:00
parent a89366cb5a
commit 256b8cb69c
5 changed files with 147 additions and 123 deletions

View File

@ -9,7 +9,7 @@ static HRESULT doPaint(uiArea *a, ID2D1RenderTarget *rt, RECT *clip)
if (a->openGL)
{
(*(ah->Draw))(ah, a, &dp);
//(*(ah->Draw))(ah, a, &dp);
return S_OK;
}