Use ^S instead for screenshots, VK_SNAPSHOT is not sent to WindowProc
This commit is contained in:
parent
aa69dbbb3e
commit
e019401407
2 changed files with 9 additions and 2 deletions
1
main.h
1
main.h
|
@ -41,6 +41,7 @@ typedef struct IDirectDrawImpl
|
|||
BOOL windowed_init;
|
||||
DEVMODE mode;
|
||||
struct IDirectDrawSurfaceImpl *primary;
|
||||
char title[128];
|
||||
|
||||
/* real export from system32\ddraw.dll */
|
||||
HRESULT WINAPI (*DirectDrawCreate)(GUID FAR*, LPDIRECTDRAW FAR*, IUnknown FAR*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue