Mercurial > hg > xemacs-beta
comparison src/console.h @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | 1f0dabaa0855 |
children | 8efd647ea9ca |
comparison
equal
deleted
inserted
replaced
250:f385a461c9aa | 251:677f6a0ee643 |
---|---|
113 Lisp_Object (*get_frame_parent_method) (struct frame *f); | 113 Lisp_Object (*get_frame_parent_method) (struct frame *f); |
114 | 114 |
115 /* redisplay methods */ | 115 /* redisplay methods */ |
116 int (*left_margin_width_method) (struct window *); | 116 int (*left_margin_width_method) (struct window *); |
117 int (*right_margin_width_method) (struct window *); | 117 int (*right_margin_width_method) (struct window *); |
118 int (*text_width_method) (struct face_cachel *cachel, | 118 int (*text_width_method) (struct frame *f, struct face_cachel *cachel, |
119 CONST Emchar *str, Charcount len); | 119 CONST Emchar *str, Charcount len); |
120 void (*output_display_block_method) (struct window *, struct display_line *, | 120 void (*output_display_block_method) (struct window *, struct display_line *, |
121 int, int, int, int, int, int, int); | 121 int, int, int, int, int, int, int); |
122 int (*divider_width_method) (void); | 122 int (*divider_width_method) (void); |
123 int (*divider_height_method) (void); | 123 int (*divider_height_method) (void); |