mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
edid: Fix MetaEdidStaticMetadataType bitmask
Support for HDR Static Metadata Type 1 is announced in bit 0. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2879>
This commit is contained in:
parent
a8d73e669a
commit
7ecdfaa78d
@ -56,7 +56,7 @@ typedef enum
|
||||
|
||||
typedef enum
|
||||
{
|
||||
META_EDID_STATIC_METADATA_TYPE1 = 0,
|
||||
META_EDID_STATIC_METADATA_TYPE1 = (1 << 0),
|
||||
} MetaEdidStaticMetadataType;
|
||||
|
||||
struct _MetaEdidHdrStaticMetadata
|
||||
|
Loading…
Reference in New Issue
Block a user