input: extract function

This commit is contained in:
Jens Peters 2024-06-04 20:11:32 +02:00 committed by Johan Malm
parent 3dd4bc7c3b
commit ebe81ac591
3 changed files with 17 additions and 5 deletions

View file

@ -19,5 +19,6 @@ struct drawing_tablet_tool {
void tablet_tool_init(struct seat *seat,
struct wlr_tablet_tool *wlr_tablet_tool);
bool tablet_tool_has_focused_surface(struct seat *seat);
#endif /* LABWC_TABLET_TOOL_H */