remove old hack
This commit is contained in:
parent
eb25b2aa03
commit
03636f03ad
7 changed files with 32 additions and 23 deletions
3
inc/dd.h
3
inc/dd.h
|
@ -12,7 +12,7 @@ ULONG dd_AddRef();
|
|||
ULONG dd_Release();
|
||||
HRESULT dd_EnumDisplayModes(DWORD dwFlags, LPDDSURFACEDESC lpDDSurfaceDesc, LPVOID lpContext, LPDDENUMMODESCALLBACK lpEnumModesCallback);
|
||||
HRESULT dd_WaitForVerticalBlank(DWORD dwFlags, HANDLE h);
|
||||
HRESULT dd_SetDisplayMode(DWORD width, DWORD height, DWORD bpp);
|
||||
HRESULT dd_SetDisplayMode(DWORD width, DWORD height, DWORD bpp, BOOL set_by_game);
|
||||
HRESULT dd_SetCooperativeLevel(HWND hwnd, DWORD dwFlags);
|
||||
HRESULT dd_RestoreDisplayMode();
|
||||
HRESULT dd_GetCaps(LPDDCAPS lpDDDriverCaps, LPDDCAPS lpDDEmulCaps);
|
||||
|
@ -107,7 +107,6 @@ typedef struct cnc_ddraw
|
|||
BOOL hidecursor;
|
||||
BOOL accurate_timers;
|
||||
BOOL resizable;
|
||||
BOOL sierrahack;
|
||||
BOOL nonexclusive;
|
||||
BOOL fixpitch;
|
||||
BOOL fixchildwindows;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue