mirror of
https://github.com/brl/mutter.git
synced 2024-11-28 02:50:41 -05:00
backends/native: Change a C cast into a GObject type cast
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3647>
This commit is contained in:
parent
1513dd4ef7
commit
75186fb40a
@ -789,7 +789,7 @@ meta_seat_impl_notify_button_in_impl (MetaSeatImpl *seat_impl,
|
||||
uint32_t button,
|
||||
uint32_t state)
|
||||
{
|
||||
MetaInputDeviceNative *device_native = (MetaInputDeviceNative *) input_device;
|
||||
MetaInputDeviceNative *device_native = META_INPUT_DEVICE_NATIVE (input_device);
|
||||
ClutterEvent *event = NULL;
|
||||
ClutterModifierType modifiers;
|
||||
int button_nr;
|
||||
|
Loading…
Reference in New Issue
Block a user