Implement input map_to_region command

This commit is contained in:
Tadeo Kondrak 2019-10-28 18:26:00 -06:00 committed by Simon Ser
parent df1a046875
commit 4829f1c26a
8 changed files with 97 additions and 2 deletions

View file

@ -148,6 +148,7 @@ struct input_config {
struct input_config_mapped_from_region *mapped_from_region;
char *mapped_to_output;
struct wlr_box *mapped_to_region;
bool capturable;
struct wlr_box region;