diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-10-09 09:32:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-10-09 09:32:24 (GMT) |
commit | 8cbbdb18b55a4c0123e7c195f078bfe52e27f2a4 (patch) | |
tree | cff6e7ed12bea90ff2878f37c5c12f1a13b6b0ed /ChangeLog | |
parent | 58bd8e9e3338d881a28f34cb3233f4b145415069 (diff) | |
download | tk-8cbbdb18b55a4c0123e7c195f078bfe52e27f2a4.zip tk-8cbbdb18b55a4c0123e7c195f078bfe52e27f2a4.tar.gz tk-8cbbdb18b55a4c0123e7c195f078bfe52e27f2a4.tar.bz2 |
* generic/tkImgPhoto.c (ImgPhotoSetSize): Only error-out if we
fail to allocate a non-empty buffer; getting a NULL when we
allocate an empty buffer is no problem since nothing will look at
the value anyway. [Bug 619544]
Also tidied up file to take into account the fact that we're using
32 bits per pixel in the master to accommodate the alpha channel
as well as RGB.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,8 +1,18 @@ +2002-10-09 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tkImgPhoto.c (ImgPhotoSetSize): Only error-out if we + fail to allocate a non-empty buffer; getting a NULL when we + allocate an empty buffer is no problem since nothing will look at + the value anyway. [Bug 619544] + Also tidied up file to take into account the fact that we're using + 32 bits per pixel in the master to accommodate the alpha channel + as well as RGB. + 2002-10-02 Jim Ingham <jingham@apple.com> - * macosx/tkMacOSXScrlbr.c (TkpDisplayScrollbar): Put the Tk scrollbar - pointer into the control reference data for the Mac scrollbar, so we - can get it out again in the ScrollbarActionProc. + * macosx/tkMacOSXScrlbr.c (TkpDisplayScrollbar): Put the Tk scrollbar + pointer into the control reference data for the Mac scrollbar, so we + can get it out again in the ScrollbarActionProc. 2002-10-02 Jeff Hobbs <jeffh@ActiveState.com> |