summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2010-05-19 00:27:46 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2010-09-12 09:07:29 -0400
commiteae01b66c394494c9cfac645c9442f504716bb87 (patch)
tree552c1704957897b46ed4b38052eec01cc99f3de3
parentba3960cd6f8578e6553276e272b30f7a887f1331 (diff)
Add TODO warningiterators
-rw-r--r--pixman/pixman-image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pixman/pixman-image.c b/pixman/pixman-image.c
index 2b09e2ea..b6f443d2 100644
--- a/pixman/pixman-image.c
+++ b/pixman/pixman-image.c
@@ -845,6 +845,8 @@ _pixman_image_create_iterator (pixman_image_t *image,
iter->wide = wide;
iter->writable = writable;
+#warning TODO: flags, direct-source?, less malloc, push iters into images themselves, NULL from malloc
+
iter->direct_write = FALSE;
if (writable)
{