Mercurial > hg > xemacs-beta
comparison src/console.h @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 558f606b08ae |
children | 54f7aa390f4f |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
222 Lisp_Object instantiator, | 222 Lisp_Object instantiator, |
223 Lisp_Object pointer_fg, | 223 Lisp_Object pointer_fg, |
224 Lisp_Object pointer_bg, | 224 Lisp_Object pointer_bg, |
225 int dest_mask, Lisp_Object domain); | 225 int dest_mask, Lisp_Object domain); |
226 #endif | 226 #endif |
227 #ifdef HAVE_WINDOW_SYSTEM | |
228 /* which is more tacky - this or #defines in glyphs.c? */ | |
229 void (*xbm_instantiate_method)(Lisp_Object image_instance, | |
230 Lisp_Object instantiator, | |
231 Lisp_Object pointer_fg, | |
232 Lisp_Object pointer_bg, | |
233 int dest_mask, Lisp_Object domain); | |
234 #endif | |
227 Lisp_Object image_conversion_list; | 235 Lisp_Object image_conversion_list; |
228 | 236 |
229 #ifdef HAVE_TOOLBARS | 237 #ifdef HAVE_TOOLBARS |
230 /* toolbar methods */ | 238 /* toolbar methods */ |
231 void (*output_frame_toolbars_method) (struct frame *); | 239 void (*output_frame_toolbars_method) (struct frame *); |