Fix borked rebase
This commit is contained in:
parent
5c7a37f309
commit
599f84f736
|
@ -79,7 +79,7 @@ static void add_pad_group_from_libinput(struct wlr_tablet_pad *pad,
|
|||
wl_list_insert(&pad->groups, &group->link);
|
||||
}
|
||||
|
||||
struct wlr_tablet_pad *libinput_tablet_pad_create(
|
||||
struct wlr_tablet_pad *create_libinput_tablet_pad(
|
||||
struct libinput_device *libinput_dev) {
|
||||
assert(libinput_dev);
|
||||
struct wlr_tablet_pad *wlr_tablet_pad = calloc(1, sizeof(struct wlr_tablet_pad));
|
||||
|
|
|
@ -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…
Reference in New Issue