aboutsummaryrefslogtreecommitdiffhomepage
path: root/evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'evdev.h')
-rw-r--r--evdev.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/evdev.h b/evdev.h
index f1e3b7a..dccc641 100644
--- a/evdev.h
+++ b/evdev.h
@@ -18,10 +18,7 @@ typedef struct /*_evdev_instance_model*/ {
struct libevdev* input_ev;
int exclusive;
- int output_fd;
- char* output_name;
+ int output_enabled;
+ struct libevdev* output_proto;
struct libevdev_uinput* output_ev;
-
- size_t nenabled_events;
- struct input_event* enabled_events;
} evdev_instance_data;