mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[client,common] fix missing return
This commit is contained in:
parent
3f78b3c379
commit
2810a3702c
@ -1861,6 +1861,7 @@ BOOL freerdp_client_pen_cancel_all(rdpClientContext* cctx)
|
||||
rdpei->PenHoverCancel(rdpei, i, 0, pen->last_x, pen->last_y);
|
||||
}
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
BOOL freerdp_client_is_pen(rdpClientContext* cctx, INT32 deviceid)
|
||||
|
Loading…
Reference in New Issue
Block a user