mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-12 04:28:18 -05:00
docs: replace the less commonly used "::" with "."
This commit is contained in:
parent
0fdbdc36c0
commit
a09d649439
19 changed files with 42 additions and 42 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue