aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/libinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/input/libinput.h')
-rw-r--r--include/sway/input/libinput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/libinput.h b/include/sway/input/libinput.h
index de019976..890d632e 100644
--- a/include/sway/input/libinput.h
+++ b/include/sway/input/libinput.h
@@ -6,4 +6,6 @@ void sway_input_configure_libinput_device(struct sway_input_device *device);
6 6
7void sway_input_reset_libinput_device(struct sway_input_device *device); 7void sway_input_reset_libinput_device(struct sway_input_device *device);
8 8
9bool sway_libinput_device_is_builtin(struct sway_input_device *device);
10
9#endif 11#endif