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
parent 76ba98b28e
commit 775ddbe627
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View file

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