diff options
| author | YAMAMOTO Mitsuharu | 2006-03-08 03:25:26 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-03-08 03:25:26 +0000 |
| commit | 4cdffedfae096a34769f29b455ecc3a78f13fa24 (patch) | |
| tree | ae721e733dbe430f0af2b203dd28bc87218702ee /src/ChangeLog | |
| parent | 4299d849d878519b010c9a0638674673b2482538 (diff) | |
| download | emacs-4cdffedfae096a34769f29b455ecc3a78f13fa24.tar.gz emacs-4cdffedfae096a34769f29b455ecc3a78f13fa24.zip | |
[MAC_OS] (XPutPixel): Set alpha channel bits if pixmap depth is 32.
[MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap depth is 32.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1f27fc7a6f9..0bcf392c58c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap | ||
| 4 | depth is 32. | ||
| 5 | [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap | ||
| 6 | depth is 32. | ||
| 7 | |||
| 1 | 2006-03-06 Chong Yidong <cyd@stupidchicken.com> | 8 | 2006-03-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * xdisp.c (handle_invisible_prop): Don't update it->position with | 10 | * xdisp.c (handle_invisible_prop): Don't update it->position with |