aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-24 02:32:49 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-24 02:32:49 +0200
commita6b9615e2f73ad6c1bcfdf0c8c5ee99a30a11af6 (patch)
treed22ec57da83c5f318f1b070fb5a8e1b310b1fa28 /src
parentgamma-x-randr use connector name to get connector type (diff)
downloadlibgamma-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')
-rw-r--r--src/gamma-x-randr.c2
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;