mirror of
https://github.com/brl/mutter.git
synced 2025-07-28 20:48:03 +00:00
backends/native: Spin MetaSeatImpl off MetaSeatNative
Move most of the functional bits (those meant to run on a standalone thread) to a MetaSeatImpl object. This object is managed by the MetaSeatImpl and not exposed outside the friend MetaSeatNative/MetaInputDeviceNative/ MetaInputSettings classes. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:

committed by
Marge Bot

parent
2ceac4a296
commit
59059e1730
@@ -412,8 +412,8 @@ meta_input_settings_native_set_keyboard_repeat (MetaInputSettings *settings,
|
||||
ClutterSeat *seat;
|
||||
|
||||
seat = clutter_backend_get_default_seat (clutter_get_default_backend ());
|
||||
meta_seat_native_set_keyboard_repeat (META_SEAT_NATIVE (seat),
|
||||
enabled, delay, interval);
|
||||
meta_seat_impl_set_keyboard_repeat (META_SEAT_NATIVE (seat)->impl,
|
||||
enabled, delay, interval);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user