aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 1d73704b388..2685237e718 100644
--- a/src/image.c
+++ b/src/image.c
@@ -435,7 +435,7 @@ 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}