diff options
| author | Adrian Robert | 2008-07-17 13:50:30 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-17 13:50:30 +0000 |
| commit | 6fb5f7dad5ede99f033dbbfc8539764354a4177b (patch) | |
| tree | 07498896068ca474a6567128971861f48dc6c6a0 /src/image.c | |
| parent | 32cc39257502ab0fb4281d02d08cb08bad436bb7 (diff) | |
| download | emacs-6fb5f7dad5ede99f033dbbfc8539764354a4177b.tar.gz emacs-6fb5f7dad5ede99f033dbbfc8539764354a4177b.zip | |
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, | |||
| 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 | } |