[c-host] dxgi: fix invalid cursor type define

This commit is contained in:
Geoffrey McRae
2019-05-28 15:17:11 +10:00
parent 026bdb00f2
commit 780bb248f7
3 changed files with 7 additions and 4 deletions

View File

@@ -75,6 +75,9 @@ static int pointerThread(void * opaque)
while(app.running)
{
bool resend = false;
pointer.shapeUpdate = false;
switch(app.iface->getPointer(&pointer))
{
case CAPTURE_RESULT_OK: