From a09d6494397bdd28a3254d2e646212afb5a3049c Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 2 Oct 2023 22:06:44 +0300 Subject: docs: replace the less commonly used "::" with "." --- include/backend/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/backend/libinput.h') 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 { -- cgit v1.2.3