mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
config: add tablet output mapping configuration
Also add missing default for 'tablet.rotation'.
This commit is contained in:
parent
58ee4b7e07
commit
1df3ada636
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue