comparison src/console-impl.h @ 5128:7be849cb8828 ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Sun, 07 Mar 2010 02:09:59 -0600
parents a9c41067dd88 5502045ec510
children 1fae11d56ad2
comparison
equal deleted inserted replaced
5127:a9c41067dd88 5128:7be849cb8828
151 int, int, int, int, int, int, int); 151 int, int, int, int, int, int, int);
152 int (*divider_height_method) (void); 152 int (*divider_height_method) (void);
153 int (*eol_cursor_width_method) (void); 153 int (*eol_cursor_width_method) (void);
154 void (*output_vertical_divider_method) (struct window *, int); 154 void (*output_vertical_divider_method) (struct window *, int);
155 void (*clear_to_window_end_method) (struct window *, int, int); 155 void (*clear_to_window_end_method) (struct window *, int, int);
156 void (*clear_region_method) (Lisp_Object, struct device*, struct frame*, face_index, 156 void (*clear_region_method) (Lisp_Object, struct device*, struct frame*,
157 int, int, int, int, 157 face_index, int, int, int, int,
158 Lisp_Object, Lisp_Object, Lisp_Object); 158 Lisp_Object, Lisp_Object,
159 Lisp_Object, Lisp_Object);
159 void (*clear_frame_method) (struct frame *); 160 void (*clear_frame_method) (struct frame *);
160 void (*window_output_begin_method) (struct window *); 161 void (*window_output_begin_method) (struct window *);
161 void (*frame_output_begin_method) (struct frame *); 162 void (*frame_output_begin_method) (struct frame *);
162 void (*window_output_end_method) (struct window *); 163 void (*window_output_end_method) (struct window *);
163 void (*frame_output_end_method) (struct frame *); 164 void (*frame_output_end_method) (struct frame *);