mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Fix borked rebase
This commit is contained in:
parent
5c7a37f309
commit
599f84f736
2 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue