Mercurial > hg > xemacs-beta
comparison src/console.h @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 90d73dddcdc4 |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
201 Lisp_Object instantiator, | 201 Lisp_Object instantiator, |
202 Lisp_Object domain); | 202 Lisp_Object domain); |
203 Lisp_Object (*locate_pixmap_file_method) (Lisp_Object file_method); | 203 Lisp_Object (*locate_pixmap_file_method) (Lisp_Object file_method); |
204 int (*colorize_image_instance_method) (Lisp_Object image_instance, | 204 int (*colorize_image_instance_method) (Lisp_Object image_instance, |
205 Lisp_Object fg, Lisp_Object bg); | 205 Lisp_Object fg, Lisp_Object bg); |
206 #ifdef HAVE_XPM | |
207 /* which is more tacky - this or #defines in glyphs.c? */ | |
208 void (*xpm_instantiate_method)(Lisp_Object image_instance, | |
209 Lisp_Object instantiator, | |
210 Lisp_Object pointer_fg, | |
211 Lisp_Object pointer_bg, | |
212 int dest_mask, Lisp_Object domain); | |
213 #endif | |
206 Lisp_Object image_conversion_list; | 214 Lisp_Object image_conversion_list; |
207 | 215 |
208 #ifdef HAVE_TOOLBARS | 216 #ifdef HAVE_TOOLBARS |
209 /* toolbar methods */ | 217 /* toolbar methods */ |
210 void (*toolbar_size_changed_in_frame_method) (struct frame *f, | 218 void (*toolbar_size_changed_in_frame_method) (struct frame *f, |