From 8ada29e25fbcc5f6efdc488dd59f7b1f75ffbd3f Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 17 Dec 2019 16:42:48 +1100 Subject: [PATCH] [c-host] nvfbc: fix build attempt 2 :) --- c-host/platform/Windows/capture/NVFBC/src/nvfbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-host/platform/Windows/capture/NVFBC/src/nvfbc.c b/c-host/platform/Windows/capture/NVFBC/src/nvfbc.c index e68ef416..02867a7b 100644 --- a/c-host/platform/Windows/capture/NVFBC/src/nvfbc.c +++ b/c-host/platform/Windows/capture/NVFBC/src/nvfbc.c @@ -174,7 +174,7 @@ static bool nvfbc_init(void * pointerShape, const unsigned int pointerSize) return false; } - this->cursorEvents[0] = os_createEvent(true); + this->cursorEvents[0] = os_createEvent(true, 10); mouseHook_install(on_mouseMove); if (this->seperateCursor)