summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-11-19 10:30:18 +0000
committerPhil Jones <philj56@gmail.com>2022-11-19 10:30:18 +0000
commit0855afdb1ea7734501914679e50be3d324744d83 (patch)
treec555146e550b856bcfd9c5dfcb11fb781772caf7 /src/input.h
parent1d72d4f2ec9a44dc5f524de018ca3a9fc2911ff0 (diff)
Add support for pasting from clipboard.
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h
index f78c365..cb6c456 100644
--- a/src/input.h
+++ b/src/input.h
@@ -5,5 +5,6 @@
#include "tofi.h"
void input_handle_keypress(struct tofi *tofi, xkb_keycode_t keycode);
+void input_refresh_results(struct tofi *tofi);
#endif /* INPUT_H */