show opengl unavailable warning

This commit is contained in:
FunkyFr3sh 2018-06-22 04:27:34 +02:00
parent f5b661dc1b
commit fa54189259
5 changed files with 67 additions and 17 deletions

View file

@ -46,6 +46,10 @@ typedef struct IDirectDrawSurfaceImpl
DWORD lPitch;
DWORD lXPitch;
PBITMAPINFO bmi;
HBITMAP bitmap;
HDC hDC;
} IDirectDrawSurfaceImpl;
struct IDirectDrawSurfaceImplVtbl