backends/native: Proxy bell notifications from within the MetaSeatImpl

As with other changes from within the MetaSeatImpl realm, proxy that
through a MetaSeatImpl signal, instead of poking directly on the ClutterSeat.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>
This commit is contained in:
Carlos Garnacho
2020-08-11 17:32:48 +02:00
committed by Marge Bot
parent facc963213
commit be1ffc86ca
4 changed files with 24 additions and 1 deletions

View File

@ -215,7 +215,7 @@ meta_input_device_native_is_grouped (ClutterInputDevice *device,
static void
meta_input_device_native_bell_notify (MetaInputDeviceNative *device)
{
clutter_seat_bell_notify (CLUTTER_SEAT (device->seat_impl->seat_native));
meta_seat_impl_notify_bell (device->seat_impl);
}
static void