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:
parent
0f1c5223ff
commit
008f2642ca
@ -1225,7 +1225,7 @@ typedef enum
|
|||||||
{
|
{
|
||||||
CLUTTER_COLORSPACE_UNKNOWN,
|
CLUTTER_COLORSPACE_UNKNOWN,
|
||||||
CLUTTER_COLORSPACE_SRGB,
|
CLUTTER_COLORSPACE_SRGB,
|
||||||
CLUTTER_COLORSPACE_BT2020
|
CLUTTER_COLORSPACE_BT2020,
|
||||||
} ClutterColorspace;
|
} ClutterColorspace;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user