|
|
|
@ -170,7 +170,8 @@ xrdp_fastpath_process_EVENT_MOUSE(struct xrdp_fastpath *self, int eventFlags,
|
|
|
|
|
int yPos;
|
|
|
|
|
|
|
|
|
|
/* eventFlags MUST be zeroed out */
|
|
|
|
|
if (eventFlags != 0) {
|
|
|
|
|
if (eventFlags != 0)
|
|
|
|
|
{
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -207,7 +208,8 @@ xrdp_fastpath_process_EVENT_MOUSEX(struct xrdp_fastpath *self,
|
|
|
|
|
int yPos;
|
|
|
|
|
|
|
|
|
|
/* eventFlags MUST be zeroed out */
|
|
|
|
|
if (eventFlags != 0) {
|
|
|
|
|
if (eventFlags != 0)
|
|
|
|
|
{
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|