mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 19:08:11 +00:00
[c-host] dxgi: fix invalid cursor type define
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user