Mercurial > hg > xemacs-beta
comparison src/redisplay.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
21 Boston, MA 02111-1307, USA. */ | 21 Boston, MA 02111-1307, USA. */ |
22 | 22 |
23 /* Synched up with: Not in FSF. */ | 23 /* Synched up with: Not in FSF. */ |
24 | 24 |
25 #ifndef _XEMACS_REDISPLAY_H_ | 25 #ifndef INCLUDED_redisplay_h_ |
26 #define _XEMACS_REDISPLAY_H_ | 26 #define INCLUDED_redisplay_h_ |
27 | 27 |
28 /* Redisplay DASSERT types */ | 28 /* Redisplay DASSERT types */ |
29 #define DB_DISP_POS 1 | 29 #define DB_DISP_POS 1 |
30 #define DB_DISP_TEXT_LAYOUT 2 | 30 #define DB_DISP_TEXT_LAYOUT 2 |
31 #define DB_DISP_REDISPLAY 4 | 31 #define DB_DISP_REDISPLAY 4 |
782 void redisplay_redraw_cursor (struct frame *f, int run_begin_end_meths); | 782 void redisplay_redraw_cursor (struct frame *f, int run_begin_end_meths); |
783 void output_display_line (struct window *w, display_line_dynarr *cdla, | 783 void output_display_line (struct window *w, display_line_dynarr *cdla, |
784 display_line_dynarr *ddla, int line, | 784 display_line_dynarr *ddla, int line, |
785 int force_start, int force_end); | 785 int force_start, int force_end); |
786 | 786 |
787 #endif /* _XEMACS_REDISPLAY_H_ */ | 787 #endif /* INCLUDED_redisplay_h_ */ |