From d608a46f807032d57bf093941fa61076793957bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20D=C3=BCpmeier?= Date: Tue, 7 Nov 2017 22:18:43 +0100 Subject: first working uinput version --- uinput.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uinput.h') diff --git a/uinput.h b/uinput.h index 035696d..f61ca4f 100644 --- a/uinput.h +++ b/uinput.h @@ -17,10 +17,12 @@ static int backend_shutdown(); /* uinput_instance */ typedef struct { + int ident; char* device_path; char* name; int fd_in; int fd_out; + int exclusive; size_t size_events; struct input_event* events; } uinput_instance; -- cgit v1.2.3