aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-04 01:00:23 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-04 01:00:23 +0200
commit2328d1e1b7e0036f752f847772ae2dd4fa00f4b5 (patch)
treed59dba682a2116da09c3f2b326d2554ad1e5b1a8
parenttest applying gamma ramp (diff)
downloadlibgamma-2328d1e1b7e0036f752f847772ae2dd4fa00f4b5.tar.gz
libgamma-2328d1e1b7e0036f752f847772ae2dd4fa00f4b5.tar.bz2
libgamma-2328d1e1b7e0036f752f847772ae2dd4fa00f4b5.tar.xz
add test todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--src/test/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 7ddab54..e21bf51 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -490,6 +490,8 @@ int main(void)
printf("Done!\n");
}
+ /* TODO Test gamma ramp restore functions. */
+
libgamma_gamma_ramps_destroy(&ramps);
libgamma_gamma_ramps_destroy(&old_ramps);
libgamma_crtc_free(crtc_state);