Mercurial > emacs
comparison src/xterm.c @ 16898:6370d4132d69
(dumpglyphs): Declare g as GLYPH.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 20 Jan 1997 08:08:13 +0000 |
parents | ab63a77c3a23 |
children | 1e5fa2dc98cf |
comparison
equal
deleted
inserted
replaced
16897:523d5c54a3f5 | 16898:6370d4132d69 |
---|---|
528 | 528 |
529 while (n > 0) | 529 while (n > 0) |
530 { | 530 { |
531 /* Get the face-code of the next GLYPH. */ | 531 /* Get the face-code of the next GLYPH. */ |
532 int cf, len; | 532 int cf, len; |
533 int g = *gp; | 533 GLYPH g = *gp; |
534 | 534 |
535 GLYPH_FOLLOW_ALIASES (tbase, tlen, g); | 535 GLYPH_FOLLOW_ALIASES (tbase, tlen, g); |
536 cf = FAST_GLYPH_FACE (g); | 536 cf = FAST_GLYPH_FACE (g); |
537 | 537 |
538 /* Find the run of consecutive glyphs with the same face-code. | 538 /* Find the run of consecutive glyphs with the same face-code. |