[c-host] use the correct buffer for the cursor shape

This commit is contained in:
Geoffrey McRae
2020-01-09 20:27:55 +11:00
parent b0fb7177bb
commit 7a98a886b6
2 changed files with 13 additions and 14 deletions

View File

@@ -699,7 +699,7 @@ static CaptureResult dxgi_capture()
// if the pointer has moved or changed state
bool postPointer = false;
CapturePointer pointer = { 0 };
void * pointerShape = NULL;
void * pointerShape = NULL;
UINT pointerShapeSize = 0;
if (frameInfo.LastMouseUpdateTime.QuadPart)