From 80204e2536327f46610d5925c552aff235e9f447 Mon Sep 17 00:00:00 2001 From: speidy Date: Tue, 11 Feb 2014 00:28:43 +0200 Subject: libxrdp: work on fastpath input, added fastpath option to xrdp.ini --- common/xrdp_constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/xrdp_constants.h') diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 0dc327df..d3f20a46 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -161,6 +161,7 @@ #define RDP_INPUT_VIRTKEY 2 #define RDP_INPUT_SCANCODE 4 #define RDP_INPUT_MOUSE 0x8001 +#define RDP_INPUT_MOUSEX 0x8002 /* Device flags */ #define KBD_FLAG_RIGHT 0x0001 -- cgit v1.2.1