remove dont_emulate_dc setting
This commit is contained in:
parent
2ee0767520
commit
63257823b1
5 changed files with 17 additions and 9 deletions
1
inc/dd.h
1
inc/dd.h
|
@ -180,7 +180,6 @@ typedef struct CNCDDRAW
|
|||
DWORD gui_thread_id;
|
||||
BOOL rgb555;
|
||||
BOOL hook_peekmessage;
|
||||
BOOL dont_emulate_dc;
|
||||
|
||||
} CNCDDRAW;
|
||||
|
||||
|
|
|
@ -37,5 +37,6 @@ HRESULT dds_SetSurfaceDesc(IDirectDrawSurfaceImpl* This, LPDDSURFACEDESC2 lpDDSD
|
|||
void* dds_GetBuffer(IDirectDrawSurfaceImpl* This);
|
||||
HRESULT dd_CreateSurface(IDirectDrawImpl* This, LPDDSURFACEDESC lpDDSurfaceDesc, IDirectDrawSurfaceImpl** lpDDSurface, IUnknown FAR* unkOuter);
|
||||
|
||||
extern LONG g_dds_gdi_handles;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue