add OBS game capture support for bnet lobby
This commit is contained in:
parent
b4cb502f6a
commit
6a241ca0ae
10 changed files with 160 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue