add OBS game capture support for bnet lobby

This commit is contained in:
FunkyFr3sh 2021-11-07 22:42:55 +01:00
parent b4cb502f6a
commit 6a241ca0ae
10 changed files with 160 additions and 14 deletions

View file

@ -30,6 +30,10 @@ typedef struct IDirectDrawSurfaceImpl
DWORD l_pitch;
DWORD lx_pitch;
void* bnet_surface;
HDC bnet_dc;
HBITMAP bnet_bitmap;
PBITMAPINFO bmi;
HBITMAP bitmap;
HDC hdc;