aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2023-01-09 18:28:59 +0300
committerSimon Zeni <simon@bl4ckb0ne.ca>2023-01-16 15:37:59 -0500
commit53c9a4a6438824abfb3d539bf55aec92074977e0 (patch)
tree1a98f99cdc1fc1857d4d211c8c128add7c26af3a /include
parent5e73acb431258d81a01709fbd28da2e151bd3bd3 (diff)
input/tablet: handle focusing NULL surface
Additionally, rename the function responsible for switching focus to match its behavior better.
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