mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -05:00
config: add tablet area configuration
This commit is contained in:
parent
dd91cd89ae
commit
f0abd9304f
5 changed files with 32 additions and 2 deletions
|
|
@ -89,6 +89,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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue