From 18d851bf1841a142eeeefb9c5f0220305298d2ee Mon Sep 17 00:00:00 2001 From: ArvidNorr Date: Fri, 23 May 2014 08:18:29 +0200 Subject: [PATCH] Readded removed breaks --- neutrinordp/xrdp-neutrinordp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neutrinordp/xrdp-neutrinordp.c b/neutrinordp/xrdp-neutrinordp.c index d559b59d..6c8b17ac 100644 --- a/neutrinordp/xrdp-neutrinordp.c +++ b/neutrinordp/xrdp-neutrinordp.c @@ -275,11 +275,13 @@ lxrdp_event(struct mod *mod, int msg, long param1, long param2, case 107: /* wheel up */ flags = PTR_FLAGS_WHEEL | 0x0078; mod->inst->input->MouseEvent(mod->inst->input, flags, 0, 0); + break; case 108: break; case 109: /* wheel down */ flags = PTR_FLAGS_WHEEL | PTR_FLAGS_WHEEL_NEGATIVE | 0x0088; mod->inst->input->MouseEvent(mod->inst->input, flags, 0, 0); + break; case 110: break; case 200: