diff options
author | Burt P <pburt0@gmail.com> | 2019-08-23 22:11:18 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-28 13:15:48 +0200 |
commit | e297217fad830e2c2b353ce594dbd80d3bf60c90 (patch) | |
tree | b007820f01db7ec55248229398558ad7ade67e12 /deps/sysobj_early/include | |
parent | 348d6d919c7d128cd6300e9a7f02483850edd079 (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.h | 3 |
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, |