Mercurial > hg > xemacs-beta
comparison src/console.h @ 422:95016f13131a r21-2-19
Import from CVS: tag r21-2-19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:25:01 +0200 |
parents | da8ed4261e83 |
children | 11054d720c21 |
comparison
equal
deleted
inserted
replaced
421:fff06e11db74 | 422:95016f13131a |
---|---|
153 int (*flash_method) (struct device *); | 153 int (*flash_method) (struct device *); |
154 void (*ring_bell_method) (struct device *, int volume, int pitch, | 154 void (*ring_bell_method) (struct device *, int volume, int pitch, |
155 int duration); | 155 int duration); |
156 void (*frame_redraw_cursor_method) (struct frame *f); | 156 void (*frame_redraw_cursor_method) (struct frame *f); |
157 void (*set_final_cursor_coords_method) (struct frame *, int, int); | 157 void (*set_final_cursor_coords_method) (struct frame *, int, int); |
158 void (*bevel_area_method) (struct window *, face_index, int, int, int, int, int); | |
158 | 159 |
159 /* color methods */ | 160 /* color methods */ |
160 int (*initialize_color_instance_method) (struct Lisp_Color_Instance *, | 161 int (*initialize_color_instance_method) (struct Lisp_Color_Instance *, |
161 Lisp_Object name, | 162 Lisp_Object name, |
162 Lisp_Object device, | 163 Lisp_Object device, |