mirror of
https://github.com/labwc/labwc.git
synced 2026-04-14 08:21:58 -04:00
config: add tablet area configuration
This commit is contained in:
parent
d82aa9e209
commit
ae25c0542c
5 changed files with 32 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue