mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
input: move function to config
This function is only about rc, so fits better in config.
This commit is contained in:
parent
241fcb0bde
commit
6def1319d1
5 changed files with 15 additions and 16 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue