summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-03-08 12:25:03 -0500
committerSøren Sandmann Pedersen <ssp@l3000.localdomain>2012-03-08 16:17:52 -0500
commit4da821ec2c55982bf4988e27593ff3223bc911fe (patch)
treee7f949ce5a51fc5ef110d9dca20e7fef67020635
parentce05759b5e485dee64489a5940c61ab40ffa16de (diff)
todo
-rw-r--r--region-iter.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/region-iter.c b/region-iter.c
index 96cd675..b9632dd 100644
--- a/region-iter.c
+++ b/region-iter.c
@@ -1,3 +1,16 @@
+/*
+ * TODO:
+ *
+ * - builder
+ * - move api from pixman-region.c
+ * - test suite
+ *
+ * - consider an iterator that will combine
+ * rows where the other region has empty space
+ * Useful for speeding up intersection, and
+ * would also be useful for "contains" functions.
+ *
+ */
#include <stdlib.h>
#include <stdio.h>
#include <pixman.h>