comparison src/console.h @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents 2f8bb876ab1d
children de805c49cfc1
comparison
equal deleted inserted replaced
407:ed6218a7d4d3 408:501cfd01ee6d
150 void (*clear_to_window_end_method) (struct window *, int, int); 150 void (*clear_to_window_end_method) (struct window *, int, int);
151 void (*clear_region_method) (Lisp_Object, struct device*, struct frame*, face_index, 151 void (*clear_region_method) (Lisp_Object, struct device*, struct frame*, face_index,
152 int, int, int, int, 152 int, int, int, int,
153 Lisp_Object, Lisp_Object, Lisp_Object); 153 Lisp_Object, Lisp_Object, Lisp_Object);
154 void (*clear_frame_method) (struct frame *); 154 void (*clear_frame_method) (struct frame *);
155 void (*output_begin_method) (struct device *); 155 void (*window_output_begin_method) (struct window *);
156 void (*output_end_method) (struct device *); 156 void (*frame_output_begin_method) (struct frame *);
157 void (*window_output_end_method) (struct window *);
158 void (*frame_output_end_method) (struct frame *);
157 int (*flash_method) (struct device *); 159 int (*flash_method) (struct device *);
158 void (*ring_bell_method) (struct device *, int volume, int pitch, 160 void (*ring_bell_method) (struct device *, int volume, int pitch,
159 int duration); 161 int duration);
160 void (*frame_redraw_cursor_method) (struct frame *f); 162 void (*frame_redraw_cursor_method) (struct frame *f);
161 void (*set_final_cursor_coords_method) (struct frame *, int, int); 163 void (*set_final_cursor_coords_method) (struct frame *, int, int);