[host] increase cursor ring size to avoid a race

This commit is contained in:
Geoffrey McRae 2018-10-19 20:20:01 +11:00
parent df7e9b1184
commit 6a9f687eae

View File

@ -31,7 +31,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <shlwapi.h>
#include <stdio.h>
#define DXGI_CURSOR_RING_SIZE 2
#define DXGI_CURSOR_RING_SIZE 3
namespace Capture
{