diff options
Diffstat (limited to 'include/wlr/backend/libinput.h')
-rw-r--r-- | include/wlr/backend/libinput.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/wlr/backend/libinput.h b/include/wlr/backend/libinput.h index 94197b7a..83d281f9 100644 --- a/include/wlr/backend/libinput.h +++ b/include/wlr/backend/libinput.h @@ -18,7 +18,9 @@ struct wlr_input_device; struct wlr_backend *wlr_libinput_backend_create(struct wl_display *display, struct wlr_session *session); -/** Gets the underlying libinput_device handle for the given wlr_input_device */ +/** + * Gets the underlying struct libinput_device handle for the given input device. + */ struct libinput_device *wlr_libinput_get_device_handle( struct wlr_input_device *dev); |