config: add tablet area configuration

This commit is contained in:
Jens Peters 2024-01-01 18:26:38 +01:00
parent d82aa9e209
commit ae25c0542c
No known key found for this signature in database
5 changed files with 32 additions and 2 deletions

View file

@ -83,6 +83,7 @@ struct rcxml {
/* graphics tablet */
struct tablet_config {
struct wlr_fbox box;
enum rotation rotation;
uint16_t button_map_count;
struct button_map_entry button_map[BUTTON_MAP_MAX];