From ef9048c582cbb095332b8469bee23564393a68ac Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 12 Mar 2020 11:12:21 +0800 Subject: [PATCH] restore mdev field in INPUT structure --- include/customial.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/customial.h b/include/customial.h index ea36bdba..e1e85a24 100644 --- a/include/customial.h +++ b/include/customial.h @@ -234,6 +234,9 @@ typedef struct tagINPUT { // New wait event method for getting extra input events; since 4.0.0 int (*wait_event_ex) (int maxfd, fd_set *in, fd_set *out, fd_set *except, struct timeval *timeout, EXTRA_INPUT_EVENT* extra); + + /* BUGFIXING (VM 2020-03-12): merged from 5.0.0 */ + char* mdev; } INPUT; #ifdef __cplusplus