aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-x-randr.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-24 03:29:12 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-24 03:29:12 +0200
commit7363460fd1767940142ad2fead20cce4e0a6a28d (patch)
tree729d26c18013435ab25d4f9cdfd8c1760d0d0b6a /src/gamma-x-randr.c
parentgamma-x-randr: crtc info: jump if the output information is not required (diff)
downloadlibgamma-7363460fd1767940142ad2fead20cce4e0a6a28d.tar.gz
libgamma-7363460fd1767940142ad2fead20cce4e0a6a28d.tar.bz2
libgamma-7363460fd1767940142ad2fead20cce4e0a6a28d.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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-x-randr.c b/src/gamma-x-randr.c
index 0d831c9..a0e269f 100644
--- a/src/gamma-x-randr.c
+++ b/src/gamma-x-randr.c
@@ -491,7 +491,7 @@ int libgamma_x_randr_get_crtc_information(libgamma_crtc_information_t* restrict
/* Jump if the output information is not required. */
if ((fields & (CRTC_INFO_ACTIVE | CRTC_INFO_CONNECTOR_NAME)) == 0)
goto cont;
-
+
/* FIXME output */
e |= this->connector_name_error = -1; /* FIXME */