diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-24 02:32:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-24 02:32:49 +0200 |
commit | a6b9615e2f73ad6c1bcfdf0c8c5ee99a30a11af6 (patch) | |
tree | d22ec57da83c5f318f1b070fb5a8e1b310b1fa28 /src/gamma-x-randr.c | |
parent | gamma-x-randr use connector name to get connector type (diff) | |
download | libgamma-a6b9615e2f73ad6c1bcfdf0c8c5ee99a30a11af6.tar.gz libgamma-a6b9615e2f73ad6c1bcfdf0c8c5ee99a30a11af6.tar.bz2 libgamma-a6b9615e2f73ad6c1bcfdf0c8c5ee99a30a11af6.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/gamma-x-randr.c')
-rw-r--r-- | src/gamma-x-randr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-x-randr.c b/src/gamma-x-randr.c index 161443b..c5f60dd 100644 --- a/src/gamma-x-randr.c +++ b/src/gamma-x-randr.c @@ -506,7 +506,7 @@ int libgamma_x_randr_get_crtc_information(libgamma_crtc_information_t* restrict = this->height_mm_edid_error = LIBGAMMA_NOT_CONNECTED; goto cont; } - e |= get_edid(crtc, this); /* FIXME */ + e |= get_edid(output, this); /* FIXME */ if (this->edid == NULL) { this->gamma_error = this->width_mm_edid_error = this->height_mm_edid_error = this->edid_error; |