diff src/image.c @ 96763:a27390a84360

change most cases of PENDING to TODO, some to FIXME or XXX
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Thu, 17 Jul 2008 13:50:30 +0000
parents d45acf0c8d23
children 30f1368d9cf6
line wrap: on
line diff
--- a/src/image.c	Thu Jul 17 10:53:02 2008 +0000
+++ b/src/image.c	Thu Jul 17 13:50:30 2008 +0000
@@ -435,7 +435,7 @@
            unsigned int width, unsigned int height,
            unsigned long plane_mask, int format)
 {
-  /* PENDING: not sure what this function is supposed to do.. */
+  /* TODO: not sure what this function is supposed to do.. */
   ns_retain_object(pixmap);
   return pixmap;
 }