config: add tablet output mapping configuration

Also add missing default for 'tablet.rotation'.
This commit is contained in:
Jens Peters 2024-01-07 22:19:05 +01:00 committed by Johan Malm
parent 58ee4b7e07
commit 1df3ada636
2 changed files with 7 additions and 0 deletions

View file

@ -90,6 +90,7 @@ struct rcxml {
/* graphics tablet */
struct tablet_config {
char *output_name;
struct wlr_fbox box;
enum rotation rotation;
uint16_t button_map_count;