mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
config: parse multiple touch configurations
Also temporary disable touch output mapping. Will be restored later.
This commit is contained in:
parent
9d64b56367
commit
2c3ab16f39
3 changed files with 40 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue