summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2023-02-14 16:51:29 +0100
committerGitHub <[email protected]>2023-02-14 10:51:29 -0500
commite78fc3364b0440ff82becbec4ae57458374a145f (patch)
tree0eb825dcc36401438543dbb6fd32ec700b4b90b7 /include
parent3efd3b558fe49bc7a7f3c30c19783e3fe5efeb24 (diff)
upstream update: merge sway 1.8.1 (#111)
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/tablet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/input/tablet.h b/include/sway/input/tablet.h
index c0a5aff7..2fa5db6d 100644
--- a/include/sway/input/tablet.h
+++ b/include/sway/input/tablet.h
@@ -63,7 +63,7 @@ void sway_configure_tablet_pad(struct sway_tablet_pad *tablet_pad);
void sway_tablet_pad_destroy(struct sway_tablet_pad *tablet_pad);
-void sway_tablet_pad_notify_enter(struct sway_tablet_pad *tablet_pad,
+void sway_tablet_pad_set_focus(struct sway_tablet_pad *tablet_pad,
struct wlr_surface *surface);
#endif