]> git.eshelyaron.com Git - emacs.git/commitdiff
(dumpglyphs): Declare g as GLYPH.
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Jan 1997 08:08:13 +0000 (08:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Jan 1997 08:08:13 +0000 (08:08 +0000)
src/xterm.c

index e7b965972074c9138fc7fa4479445e3e7898beb0..279906e23076f0acc2a7fe76f88cdab29db05893 100644 (file)
@@ -530,7 +530,7 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground)
     {
       /* Get the face-code of the next GLYPH.  */
       int cf, len;
-      int g = *gp;
+      GLYPH g = *gp;
 
       GLYPH_FOLLOW_ALIASES (tbase, tlen, g);
       cf = FAST_GLYPH_FACE (g);