1
0
Fork 0

kms/impl-device/atomic: Fix function type signature

The property enum type was wrong.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2319>
This commit is contained in:
Jonas Ådahl 2022-03-04 21:00:29 +01:00 committed by Marge Bot
parent 590e32dc62
commit 46f81afb3b

View file

@ -347,7 +347,7 @@ static gboolean
add_plane_property (MetaKmsImplDevice *impl_device,
MetaKmsPlane *plane,
drmModeAtomicReq *req,
MetaKmsCrtcProp prop,
MetaKmsPlaneProp prop,
uint64_t value,
GError **error)
{