Very fast rendering on Wine now

This commit is contained in:
Toni Spets 2010-10-17 20:11:38 +03:00
parent c7c8d954a2
commit 0011c5272d
3 changed files with 60 additions and 25 deletions

View file

@ -81,6 +81,10 @@ typedef struct
DWORD lPitch;
DWORD lXPitch;
HANDLE glThread;
HANDLE flipEvent;
HWND hWnd;
HDC hDC;
HGLRC hRC;
int *glTex;