comparison 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
comparison
equal deleted inserted replaced
96762:7124d8656633 96763:a27390a84360
433 XImagePtr 433 XImagePtr
434 XGetImage (Display *display, Pixmap pixmap, int x, int y, 434 XGetImage (Display *display, Pixmap pixmap, int x, int y,
435 unsigned int width, unsigned int height, 435 unsigned int width, unsigned int height,
436 unsigned long plane_mask, int format) 436 unsigned long plane_mask, int format)
437 { 437 {
438 /* PENDING: not sure what this function is supposed to do.. */ 438 /* TODO: not sure what this function is supposed to do.. */
439 ns_retain_object(pixmap); 439 ns_retain_object(pixmap);
440 return pixmap; 440 return pixmap;
441 } 441 }
442 442
443 /* use with imgs created by ns_image_for_XPM */ 443 /* use with imgs created by ns_image_for_XPM */