mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
input/tablet: handle focusing NULL surface
Additionally, rename the function responsible for switching focus to match its behavior better.
This commit is contained in:
parent
5e73acb431
commit
53c9a4a643
3 changed files with 9 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue