diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-10-02 22:06:44 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2023-10-02 22:10:16 +0300 |
commit | a09d6494397bdd28a3254d2e646212afb5a3049c (patch) | |
tree | 3bf4525bd15138b48ddbef73f72cb5f0c4b45a7b /include/backend/libinput.h | |
parent | 0fdbdc36c05fb2811a8b7bc5a69e4d104287cff7 (diff) |
docs: replace the less commonly used "::" with "."
Diffstat (limited to 'include/backend/libinput.h')
-rw-r--r-- | include/backend/libinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/libinput.h b/include/backend/libinput.h index d469eb7c..73a52754 100644 --- a/include/backend/libinput.h +++ b/include/backend/libinput.h @@ -27,7 +27,7 @@ struct wlr_libinput_backend { struct wl_listener session_destroy; struct wl_listener session_signal; - struct wl_list devices; // wlr_libinput_device::link + struct wl_list devices; // wlr_libinput_device.link }; struct wlr_libinput_input_device { |