diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-24 16:49:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-24 16:49:55 +0200 |
commit | 0d424a197fbd11153af300ca97a5d2e9141cebb6 (patch) | |
tree | 6e5ee1545ea090eb00e51b28735671458520bf6b /src/gamma-linux-drm.c | |
parent | gamma-x-randr: get_output_name (diff) | |
download | libgamma-0d424a197fbd11153af300ca97a5d2e9141cebb6.tar.gz libgamma-0d424a197fbd11153af300ca97a5d2e9141cebb6.tar.bz2 libgamma-0d424a197fbd11153af300ca97a5d2e9141cebb6.tar.xz |
m + gamma-x-randr: get_edid
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/gamma-linux-drm.c')
-rw-r--r-- | src/gamma-linux-drm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamma-linux-drm.c b/src/gamma-linux-drm.c index e0e9b74..18ebf2b 100644 --- a/src/gamma-linux-drm.c +++ b/src/gamma-linux-drm.c @@ -625,6 +625,7 @@ static int get_edid(libgamma_crtc_state_t* restrict crtc, fail_blob: drmModeFreeProperty(prop); } + out->edid_error = LIBGAMMA_EDID_NOT_FOUND; return -1; } |