Mercurial > hg > xemacs-beta
diff src/console.h @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | c5d627a313b1 |
children | 7df0dd720c89 |
line wrap: on
line diff
--- a/src/console.h Mon Aug 13 10:30:38 2007 +0200 +++ b/src/console.h Mon Aug 13 10:31:29 2007 +0200 @@ -194,6 +194,13 @@ int depth); unsigned long (*image_instance_hash_method) (struct Lisp_Image_Instance *, int depth); + void (*init_image_instance_from_eimage_method) (struct Lisp_Image_Instance *ii, + int width, int height, + unsigned char *eimage, + int dest_mask, + Lisp_Object instantiator, + Lisp_Object domain); + Lisp_Object (*locate_pixmap_file_method) (Lisp_Object file_method); int (*colorize_image_instance_method) (Lisp_Object image_instance, Lisp_Object fg, Lisp_Object bg); Lisp_Object image_conversion_list;