summaryrefslogtreecommitdiffstats
path: root/rdp/rdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'rdp/rdp.c')
-rw-r--r--rdp/rdp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdp/rdp.c b/rdp/rdp.c
index 213b5b69..c66e88ad 100644
--- a/rdp/rdp.c
+++ b/rdp/rdp.c
@@ -82,11 +82,11 @@ lib_mod_event(struct mod* mod, int msg, long param1, long param2,
{
case 15:
rdp_rdp_send_input(mod->rdp_layer, s, 0, RDP_INPUT_SCANCODE,
- param2, param1, 0);
+ param4, param3, 0);
break;
case 16:
rdp_rdp_send_input(mod->rdp_layer, s, 0, RDP_INPUT_SCANCODE,
- param2, param1, 0);
+ param4, param3, 0);
break;
case 17:
rdp_rdp_send_input(mod->rdp_layer, s, 0, RDP_INPUT_SYNCHRONIZE,