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:
Jonas Ådahl
2021-04-01 11:56:22 +02:00
committed by Marge Bot
parent 8867b11e19
commit c822c799e4
5 changed files with 8 additions and 8 deletions

View File

@ -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;