Fix return type of image_background (Bug#13981)
authorKen Brown <kbrown@cornell.edu>
Sun, 17 Mar 2013 14:34:18 +0000 (10:34 -0400)
committerKen Brown <kbrown@cornell.edu>
Sun, 17 Mar 2013 14:34:18 +0000 (10:34 -0400)
commit6db423a92abf874f1780b8ddb2786dff4fc5b942
treeab0360968e418a49eaa964381f0ecf57c94979a1
parent9c44569ea2a18099307e0571d523d8637000a153
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.
src/ChangeLog
src/dispextern.h
src/image.c