Mercurial > hg > xemacs-beta
diff src/redisplay-output.c @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 9f59509498e1 |
children | 41ff10fd062f |
line wrap: on
line diff
--- a/src/redisplay-output.c Mon Aug 13 09:54:24 2007 +0200 +++ b/src/redisplay-output.c Mon Aug 13 09:55:28 2007 +0200 @@ -102,7 +102,7 @@ if (line >= Dynarr_largest (cdla)) { clp = &dl; - clp->display_blocks = Dynarr_new (struct display_block); + clp->display_blocks = Dynarr_new (display_block); } else { @@ -144,7 +144,7 @@ { cdb = &db; memcpy (cdb, ddb, sizeof (struct display_block)); - cdb->runes = Dynarr_new (struct rune); + cdb->runes = Dynarr_new (rune); Dynarr_add (clp->display_blocks, *cdb); } else @@ -869,7 +869,7 @@ { rb->cursor_type = CURSOR_ON; dl->cursor_elt = cur_rb; - + output_display_line (w, 0, cla, cur_dl, rb->xpos, rb->xpos + rb->width); @@ -989,7 +989,7 @@ } if (window_is_rightmost (w)) width += FRAME_BORDER_WIDTH (f); - + y = FRAME_TOP_BORDER_START (f) - 1; height = FRAME_BORDER_HEIGHT (f) + 1;