input: move function to config

This function is only about rc, so fits better
in config.
This commit is contained in:
Jens Peters 2024-01-17 19:01:06 +01:00 committed by Johan Malm
parent 241fcb0bde
commit 6def1319d1
5 changed files with 15 additions and 16 deletions

View file

@ -21,7 +21,6 @@ struct drawing_tablet {
} handlers;
};
uint32_t tablet_get_mapped_button(uint32_t src_button);
void tablet_init(struct seat *seat, struct wlr_input_device *wlr_input_device);
#endif /* LABWC_TABLET_H */