mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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
|
|
@ -10,7 +10,7 @@
|
|||
struct tablet_tool {
|
||||
struct wlr_tablet_tool wlr_tool;
|
||||
struct libinput_tablet_tool *handle;
|
||||
struct wl_list link; // wlr_libinput_input_device::tablet_tools
|
||||
struct wl_list link; // wlr_libinput_input_device.tablet_tools
|
||||
};
|
||||
|
||||
const struct wlr_tablet_impl libinput_tablet_impl = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue