make clipper threadsafe for TA

This commit is contained in:
FunkyFr3sh 2024-05-27 05:01:54 +02:00
parent 009bc4e2e8
commit 103f78276b
3 changed files with 51 additions and 0 deletions

View file

@ -16,6 +16,7 @@ typedef struct IDirectDrawClipperImpl
ULONG ref;
HWND hwnd;
HRGN region;
CRITICAL_SECTION cs;
} IDirectDrawClipperImpl;