From 972fa05c3df73fd3c99c409c0ac2225a58f76d09 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 1 Apr 2020 20:57:52 -0400 Subject: build-fix for c89 Signed-off-by: Thomas E. Dickey --- src/xftglyphs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xftglyphs.c b/src/xftglyphs.c index 1c450bb..b536df4 100644 --- a/src/xftglyphs.c +++ b/src/xftglyphs.c @@ -86,7 +86,7 @@ _compute_xrender_bitmap_size( FT_Bitmap* target, if ( slot->format != FT_GLYPH_FORMAT_BITMAP ) return -1; - // compute the size of the final bitmap + /* compute the size of the final bitmap */ ftbit = &slot->bitmap; width = (int)ftbit->width; @@ -566,7 +566,7 @@ XftFontLoadGlyphs (Display *dpy, xftg->metrics.yOff = (short)(-TRUNC(ROUND(glyphslot->advance.y))); } - // compute the size of the final bitmap + /* compute the size of the final bitmap */ ftbit = &glyphslot->bitmap; width = (int)ftbit->width; -- cgit v1.2.1