From e297217fad830e2c2b353ce594dbd80d3bf60c90 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 23 Aug 2019 22:11:18 -0500 Subject: monitors: edid fixes Signed-off-by: Burt P --- deps/sysobj_early/include/util_edid.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deps/sysobj_early/include/util_edid.h') diff --git a/deps/sysobj_early/include/util_edid.h b/deps/sysobj_early/include/util_edid.h index 319900e2..b7204568 100644 --- a/deps/sysobj_early/include/util_edid.h +++ b/deps/sysobj_early/include/util_edid.h @@ -61,7 +61,8 @@ typedef struct { /* order by rising priority */ enum { - OUTSRC_EDID, + OUTSRC_INVALID = -1, + OUTSRC_EDID = 0, OUTSRC_ETB, OUTSRC_STD, OUTSRC_DTD, -- cgit v1.2.3