diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-17 13:50:30 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-17 13:50:30 +0000 |
commit | 5c1814762955a90e1d432c0603f6ecf387b701c6 (patch) | |
tree | 135c47bdfcfabe5f4ecd3dcd57212fa3886d2024 /src/image.c | |
parent | bf1f0362bb1bce219df527b8123918fb5fb1e0bd (diff) | |
download | emacs-5c1814762955a90e1d432c0603f6ecf387b701c6.tar.gz |
change most cases of PENDING to TODO, some to FIXME or XXX
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 2 |
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, 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; } |