libxrdp: fastpath RDP_INPUT_SYNCHRONIZE fix
This commit is contained in:
parent
69a551cdf7
commit
ce1a4e660b
@ -264,7 +264,7 @@ xrdp_fastpath_process_EVENT_SYNC(struct xrdp_fastpath *self, int eventCode,
|
|||||||
RDP_INPUT_MOUSEX - 0x8002 */
|
RDP_INPUT_MOUSEX - 0x8002 */
|
||||||
/* call to xrdp_wm.c : callback */
|
/* call to xrdp_wm.c : callback */
|
||||||
self->session->callback(self->session->id, RDP_INPUT_SYNCHRONIZE,
|
self->session->callback(self->session->id, RDP_INPUT_SYNCHRONIZE,
|
||||||
eventCode, 0, eventFlags, 0);
|
eventFlags, 0, 0, 0);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user