show opengl unavailable warning
This commit is contained in:
parent
f5b661dc1b
commit
fa54189259
5 changed files with 67 additions and 17 deletions
|
@ -24,6 +24,8 @@
|
|||
#define CUTSCENE_WIDTH 640
|
||||
#define CUTSCENE_HEIGHT 400
|
||||
|
||||
extern char OpenglVersion[];
|
||||
|
||||
struct IDirectDrawImpl;
|
||||
struct IDirectDrawImplVtbl;
|
||||
struct IDirectDrawSurfaceImpl;
|
||||
|
|
|
@ -46,6 +46,10 @@ typedef struct IDirectDrawSurfaceImpl
|
|||
DWORD lPitch;
|
||||
DWORD lXPitch;
|
||||
|
||||
PBITMAPINFO bmi;
|
||||
HBITMAP bitmap;
|
||||
HDC hDC;
|
||||
|
||||
} IDirectDrawSurfaceImpl;
|
||||
|
||||
struct IDirectDrawSurfaceImplVtbl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue