Mercurial > emacs
changeset 33527:c4c7abc48752
(null_row): New gloval static variable.
(clear_glyph_row): Delete local static variable null_row.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 16 Nov 2000 00:53:28 +0000 |
parents | 27fb2616a75e |
children | 934c226ad550 |
files | src/dispnew.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Thu Nov 16 00:53:00 2000 +0000 +++ b/src/dispnew.c Thu Nov 16 00:53:28 2000 +0000 @@ -976,12 +976,13 @@ changes in the glyph_row structure, i.e. addition or removal of structure members. */ +static struct glyph_row null_row; + void clear_glyph_row (row) struct glyph_row *row; { struct glyph *p[1 + LAST_AREA]; - static struct glyph_row null_row; /* Save pointers. */ p[LEFT_MARGIN_AREA] = row->glyphs[LEFT_MARGIN_AREA];