mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
config: add tablet output mapping configuration
Also add missing default for 'tablet.rotation'.
This commit is contained in:
parent
76ba98b28e
commit
775ddbe627
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue