aboutsummaryrefslogtreecommitdiffstats
path: root/src/cg-base.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-05 00:27:00 +0200
committerMattias Andrée <maandree@kth.se>2016-08-05 00:27:00 +0200
commitc3d835ee0963d433c451e6233e88eadc245369b8 (patch)
tree48605d31f87fca9102b5b5ebc9c5d79e426c44c3 /src/cg-base.h
parentFixes to cg-base and work on cg-negative (diff)
downloadcg-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.h3
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;