Mercurial > hg > xemacs-beta
comparison src/glyphs.c @ 373:6240c7796c7a r21-2b2
Import from CVS: tag r21-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:06 +0200 |
parents | cc15677e0335 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
372:49e1ed2d7ed8 | 373:6240c7796c7a |
---|---|
2364 (An X-Face bitmap, used to encode people's faces in e-mail messages; | 2364 (An X-Face bitmap, used to encode people's faces in e-mail messages; |
2365 only if X-Face support was compiled into this XEmacs. Can be | 2365 only if X-Face support was compiled into this XEmacs. Can be |
2366 instanced as `mono-pixmap', `color-pixmap', or `pointer'.) | 2366 instanced as `mono-pixmap', `color-pixmap', or `pointer'.) |
2367 'gif | 2367 'gif |
2368 (A GIF87 or GIF89 image; only if GIF support was compiled into this | 2368 (A GIF87 or GIF89 image; only if GIF support was compiled into this |
2369 XEmacs. Can be instanced as `color-pixmap'.) | 2369 XEmacs. NOTE: only the first frame of animated gifs will be displayed. |
2370 Can be instanced as `color-pixmap'.) | |
2370 'jpeg | 2371 'jpeg |
2371 (A JPEG image; only if JPEG support was compiled into this XEmacs. | 2372 (A JPEG image; only if JPEG support was compiled into this XEmacs. |
2372 Can be instanced as `color-pixmap'.) | 2373 Can be instanced as `color-pixmap'.) |
2373 'png | 2374 'png |
2374 (A PNG/GIF24 image; only if PNG support was compiled into this XEmacs. | 2375 (A PNG image; only if PNG support was compiled into this XEmacs. |
2375 Can be instanced as `color-pixmap'.) | 2376 Can be instanced as `color-pixmap'.) |
2376 'tiff | 2377 'tiff |
2377 (A TIFF image; not currently implemented.) | 2378 (A TIFF image; only if TIFF support was compiled into this XEmacs. |
2379 Can be instanced as `color-pixmap'.) | |
2378 'cursor-font | 2380 'cursor-font |
2379 (One of the standard cursor-font names, such as "watch" or | 2381 (One of the standard cursor-font names, such as "watch" or |
2380 "right_ptr" under X. Under X, this is, more specifically, any | 2382 "right_ptr" under X. Under X, this is, more specifically, any |
2381 of the standard cursor names from appendix B of the Xlib manual | 2383 of the standard cursor names from appendix B of the Xlib manual |
2382 [also known as the file <X11/cursorfont.h>] minus the XC_ prefix. | 2384 [also known as the file <X11/cursorfont.h>] minus the XC_ prefix. |