Update input-manager.h

This commit is contained in:
jlo62 2023-09-17 07:39:19 +02:00 committed by GitHub
parent 919ea1531a
commit fef41686d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -74,4 +74,6 @@ char *input_device_get_identifier(struct wlr_input_device *device);
const char *input_device_get_type(struct sway_input_device *device);
struct sway_input_device *input_sway_device_from_wlr(struct wlr_input_device *device);
#endif