mirror of
https://github.com/brl/mutter.git
synced 2025-08-10 02:14:42 +00:00
clutter: Move motion compression handling to ClutterSeat
Another responsibility taken away from ClutterDeviceManager https://gitlab.gnome.org/GNOME/mutter/merge_requests/852
This commit is contained in:
@@ -64,9 +64,6 @@ struct _ClutterDeviceManagerClass
|
||||
ClutterInputDevice *device);
|
||||
void (* select_stage_events) (ClutterDeviceManager *manager,
|
||||
ClutterStage *stage);
|
||||
void (* compress_motion) (ClutterDeviceManager *device_manger,
|
||||
ClutterEvent *event,
|
||||
const ClutterEvent *to_discard);
|
||||
|
||||
/* padding */
|
||||
gpointer _padding[4];
|
||||
|
Reference in New Issue
Block a user