diff options
| author | Ken Brown | 2013-03-17 10:34:18 -0400 |
|---|---|---|
| committer | Ken Brown | 2013-03-17 10:34:18 -0400 |
| commit | 6db423a92abf874f1780b8ddb2786dff4fc5b942 (patch) | |
| tree | ab0360968e418a49eaa964381f0ecf57c94979a1 /src/ChangeLog | |
| parent | 9c44569ea2a18099307e0571d523d8637000a153 (diff) | |
| download | emacs-6db423a92abf874f1780b8ddb2786dff4fc5b942.tar.gz emacs-6db423a92abf874f1780b8ddb2786dff4fc5b942.zip | |
Fix return type of image_background (Bug#13981)
* src/dispextern.h (RGB_PIXEL_COLOR): Move here from image.c. Use it
as return type of image_background. (Bug#13981)
* src/image.c (RGB_PIXEL_COLOR): Move to dispextern.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3a2a36c0cf7..4ece7400276 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-03-17 Ken Brown <kbrown@cornell.edu> | ||
| 2 | |||
| 3 | * dispextern.h (RGB_PIXEL_COLOR): Move here from image.c. Use it | ||
| 4 | as return type of image_background. (Bug#13981) | ||
| 5 | * image.c (RGB_PIXEL_COLOR): Move to dispextern.h. | ||
| 6 | |||
| 1 | 2013-03-16 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2013-03-16 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 8 | ||
| 3 | * nsterm.m (updateFrameSize:): Change resize increments if needed. | 9 | * nsterm.m (updateFrameSize:): Change resize increments if needed. |