clutter/enums: Add trailing comma in colorspace enum

Would make it easier would we add more colorspaces later on.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3443>
This commit is contained in:
Jonas Ådahl 2023-11-09 12:10:36 +08:00 committed by Marge Bot
parent 0f1c5223ff
commit 008f2642ca

View File

@ -1225,7 +1225,7 @@ typedef enum
{
CLUTTER_COLORSPACE_UNKNOWN,
CLUTTER_COLORSPACE_SRGB,
CLUTTER_COLORSPACE_BT2020
CLUTTER_COLORSPACE_BT2020,
} ClutterColorspace;
/**