wayland/dma-buf: Fix typos in struct name

Fixes 7acecb1c72

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2297>
This commit is contained in:
Robert Mader 2022-02-15 21:31:06 +01:00 committed by Marge Bot
parent 5b9abecc1b
commit 8f91d831ee

View File

@ -1292,7 +1292,7 @@ add_fallback:
* *
* [ 32 bit format ][ 32 bit padding ][ 64 bit modifier ] * [ 32 bit format ][ 32 bit padding ][ 64 bit modifier ]
*/ */
typedef struct _MetaMetaWaylanDmaBdufFormatEntry typedef struct _MetaWaylandDmaBufFormatEntry
{ {
uint32_t drm_format; uint32_t drm_format;
uint32_t unused_padding; uint32_t unused_padding;