mirror of
https://github.com/brl/mutter.git
synced 2025-07-05 10:31:18 +00:00
clutter: Add vmethod to find out group for pad features
Do it so the wayland bits don't have to access native input devices internals. The data is still readonly, idempotent, etc. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:

committed by
Marge Bot

parent
18fdcfc95a
commit
f117a157dc
@ -71,6 +71,7 @@ struct _MetaInputDeviceNative
|
||||
struct libinput_device *libinput_device;
|
||||
MetaSeatImpl *seat_impl;
|
||||
ClutterInputDeviceTool *last_tool;
|
||||
GArray *pad_features;
|
||||
|
||||
cairo_matrix_t device_matrix;
|
||||
double device_aspect_ratio; /* w:h */
|
||||
|
Reference in New Issue
Block a user