aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-15 13:15:57 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:43 +0200
commit97f3bb57b1e613aedd97cb941ed436001692a1c1 (patch)
tree7e46ef4b7d1c0a9aaacfe93e69cc4a88d7bc8097 /vis.h
parent6aac9391ee4f38459d5fa53e82dc11647d755126 (diff)
downloadvis-97f3bb57b1e613aedd97cb941ed436001692a1c1.tar.gz
vis-97f3bb57b1e613aedd97cb941ed436001692a1c1.tar.xz
vis: implement pairwise selection combinator: union
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 35e9a26..32dce80 100644
--- a/vis.h
+++ b/vis.h
@@ -67,6 +67,7 @@ typedef union {
const void *v;
void (*w)(View*);
void (*f)(Vis*);
+ Filerange (*combine)(const Filerange*, const Filerange*);
} Arg;
/**