mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-02 00:03:32 +00:00
[host] increase cursor ring size to avoid a race
This commit is contained in:
parent
df7e9b1184
commit
6a9f687eae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue