config: parse multiple touch configurations

Also temporary disable touch output mapping.
Will be restored later.
This commit is contained in:
Jens Peters 2024-01-19 10:06:53 +01:00 committed by Johan Malm
parent 9d64b56367
commit 2c3ab16f39
3 changed files with 40 additions and 9 deletions

View file

@ -9,6 +9,7 @@
#include "common/border.h"
#include "common/buf.h"
#include "common/font.h"
#include "config/touch.h"
#include "config/tablet.h"
#include "config/libinput.h"
#include "resize_indicator.h"
@ -92,9 +93,7 @@ struct rcxml {
double scroll_factor;
/* touch tablet */
struct touch_config {
char *output_name;
} touch;
struct wl_list touch_configs;
/* graphics tablet */
struct tablet_config {