kms/impl-device: Fix some argument naming mistakes
It was left-overs from when the MetaKmsImpl was not per device. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1820>
This commit is contained in:
@ -1351,7 +1351,7 @@ page_flip_handler (int fd,
|
||||
}
|
||||
|
||||
static void
|
||||
meta_kms_impl_device_simple_setup_drm_event_context (MetaKmsImplDevice *impl,
|
||||
meta_kms_impl_device_simple_setup_drm_event_context (MetaKmsImplDevice *impl_device,
|
||||
drmEventContext *drm_event_context)
|
||||
{
|
||||
drm_event_context->version = 2;
|
||||
|
Reference in New Issue
Block a user