Use ^S instead for screenshots, VK_SNAPSHOT is not sent to WindowProc

This commit is contained in:
Toni Spets 2010-11-21 17:11:47 +02:00
parent aa69dbbb3e
commit e019401407
2 changed files with 9 additions and 2 deletions

1
main.h
View file

@ -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*);