aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-01-20 08:08:13 +0000
committerRichard M. Stallman1997-01-20 08:08:13 +0000
commiteefe9096285e43dde17b96c66dc25ad5ea7a5f88 (patch)
tree8580fbf25daa326033107e5fa05ec0635adfea4f
parenta4deff3cac769334e3ccaa316a7fc321e528688f (diff)
downloademacs-eefe9096285e43dde17b96c66dc25ad5ea7a5f88.tar.gz
emacs-eefe9096285e43dde17b96c66dc25ad5ea7a5f88.zip
(dumpglyphs): Declare g as GLYPH.
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index e7b96597207..279906e2307 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -530,7 +530,7 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground)
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);