diff options
Diffstat (limited to 'tools/gsr-global-hotkeys/keyboard_event.h')
-rw-r--r-- | tools/gsr-global-hotkeys/keyboard_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gsr-global-hotkeys/keyboard_event.h b/tools/gsr-global-hotkeys/keyboard_event.h index ca96cab..67251fc 100644 --- a/tools/gsr-global-hotkeys/keyboard_event.h +++ b/tools/gsr-global-hotkeys/keyboard_event.h @@ -43,6 +43,8 @@ typedef struct { int hotplug_event_index; int uinput_fd; bool stdout_failed; + int32_t repeat_key_to_ignore; + bool has_received_key_event; hotplug_event hotplug_ev; |