diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-04 01:00:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-04 01:00:23 +0200 |
commit | 2328d1e1b7e0036f752f847772ae2dd4fa00f4b5 (patch) | |
tree | d59dba682a2116da09c3f2b326d2554ad1e5b1a8 /src | |
parent | test applying gamma ramp (diff) | |
download | libgamma-2328d1e1b7e0036f752f847772ae2dd4fa00f4b5.tar.gz libgamma-2328d1e1b7e0036f752f847772ae2dd4fa00f4b5.tar.bz2 libgamma-2328d1e1b7e0036f752f847772ae2dd4fa00f4b5.tar.xz |
add test todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/test/test.c | 2 |
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); |