From c20d08ac23ec51d040aada892940c389115d1b93 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 11 Oct 2019 02:37:39 +0200 Subject: [PATCH] LIBINPUT_EVENT_TABLET_BUTTON doesn't exist, use LIBINPUT_EVENT_TABLET_PAD_BUTTON --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index c24d81a9..59463f43 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -835,7 +835,7 @@ enum libinput_event_type { * This event is not to be confused with the button events emitted * by the tablet pad. See @ref LIBINPUT_EVENT_TABLET_PAD_BUTTON. * - * @see LIBINPUT_EVENT_TABLET_BUTTON + * @see LIBINPUT_EVENT_TABLET_PAD_BUTTON * * @since 1.2 */