mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Fix borked rebase
This commit is contained in:
parent
5c7a37f309
commit
599f84f736
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ void wlr_libinput_tablet_tool_destroy(struct wlr_input_device *wlr_dev) {
|
|||
}
|
||||
}
|
||||
|
||||
struct wlr_tablet_tool *libinput_tablet_tool_create(
|
||||
struct wlr_tablet_tool *create_libinput_tablet_tool(
|
||||
struct libinput_device *libinput_dev) {
|
||||
assert(libinput_dev);
|
||||
struct wlr_libinput_tablet *libinput_tablet_tool =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue