Mercurial > emacs
changeset 78692:6e1f6f80e430
(syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 28 Aug 2007 11:37:43 +0000 |
parents | 4db1f55ac4d4 |
children | f8cc3b4d9a66 |
files | src/image.c |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/image.c Tue Aug 28 10:06:15 2007 +0000 +++ b/src/image.c Tue Aug 28 11:37:43 2007 +0000 @@ -3103,7 +3103,8 @@ return bmp; } -static void convert_mono_to_color_image (f, img, foreground, background) +static void +convert_mono_to_color_image (f, img, foreground, background) struct frame *f; struct image *img; COLORREF foreground, background; @@ -5052,7 +5053,8 @@ created with CreateDIBSection, with the pointer to the bit values stored in ximg->data. */ -static void XPutPixel (ximg, x, y, color) +static void +XPutPixel (ximg, x, y, color) XImagePtr ximg; int x, y; COLORREF color; @@ -8629,7 +8631,7 @@ Emacs tries to load the libraries in the order they appear on the list; if none is loaded, the running session of Emacs won't support the image type. Types 'pbm and 'xbm don't need to be -listed; they're always supported. */); +listed; they are always supported. */); Vimage_library_alist = Qnil; Fput (intern ("image-library-alist"), Qrisky_local_variable, Qt); @@ -8747,7 +8749,7 @@ DEFVAR_BOOL ("cross-disabled-images", &cross_disabled_images, doc: /* Non-nil means always draw a cross over disabled images. -Disabled images are those having an `:conversion disabled' property. +Disabled images are those having a `:conversion disabled' property. A cross is always drawn on black & white displays. */); cross_disabled_images = 0;