diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-05 00:27:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-05 00:27:00 +0200 |
commit | c3d835ee0963d433c451e6233e88eadc245369b8 (patch) | |
tree | 48605d31f87fca9102b5b5ebc9c5d79e426c44c3 /src/cg-base.h | |
parent | Fixes to cg-base and work on cg-negative (diff) | |
download | cg-tools-c3d835ee0963d433c451e6233e88eadc245369b8.tar.gz cg-tools-c3d835ee0963d433c451e6233e88eadc245369b8.tar.bz2 cg-tools-c3d835ee0963d433c451e6233e88eadc245369b8.tar.xz |
Fix bugs
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/cg-base.h')
-rw-r--r-- | src/cg-base.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cg-base.h b/src/cg-base.h index 848a202..269f2a3 100644 --- a/src/cg-base.h +++ b/src/cg-base.h @@ -51,7 +51,8 @@ typedef struct filter_update * `.filter.crtc`, `.filter.class`, and * `.filter.priority`, `.filter.depth` * are preconfigured, and `.filter.ramps` - * is preinitialised. + * is preinitialised and preset to an + * identity ramp */ libcoopgamma_filter_t filter; |