aboutsummaryrefslogtreecommitdiff
path: root/deps/sysobj_early/include
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2019-08-23 22:11:18 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2019-08-28 13:15:48 +0200
commite297217fad830e2c2b353ce594dbd80d3bf60c90 (patch)
treeb007820f01db7ec55248229398558ad7ade67e12 /deps/sysobj_early/include
parent348d6d919c7d128cd6300e9a7f02483850edd079 (diff)
monitors: edid fixes
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'deps/sysobj_early/include')
-rw-r--r--deps/sysobj_early/include/util_edid.h3
1 files changed, 2 insertions, 1 deletions
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,