Mercurial > hg > xemacs-beta
comparison src/console.h @ 265:8efd647ea9ca r20-5b31
Import from CVS: tag r20-5b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:25:37 +0200 |
parents | 677f6a0ee643 |
children | b2472a1930f2 |
comparison
equal
deleted
inserted
replaced
264:682d2a9d41a5 | 265:8efd647ea9ca |
---|---|
130 void (*output_end_method) (struct device *); | 130 void (*output_end_method) (struct device *); |
131 int (*flash_method) (struct device *); | 131 int (*flash_method) (struct device *); |
132 void (*ring_bell_method) (struct device *, int volume, int pitch, | 132 void (*ring_bell_method) (struct device *, int volume, int pitch, |
133 int duration); | 133 int duration); |
134 void (*frame_redraw_cursor_method) (struct frame *f); | 134 void (*frame_redraw_cursor_method) (struct frame *f); |
135 void (*set_final_cursor_coords_method) (struct frame *, int, int); | |
135 | 136 |
136 /* color methods */ | 137 /* color methods */ |
137 int (*initialize_color_instance_method) (struct Lisp_Color_Instance *, | 138 int (*initialize_color_instance_method) (struct Lisp_Color_Instance *, |
138 Lisp_Object name, | 139 Lisp_Object name, |
139 Lisp_Object device, | 140 Lisp_Object device, |