From d9a2620d01874f624d6fa9b6cfb55e2960a229d8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 20 Apr 2025 16:45:39 +0100 Subject: [PATCH] GTK: correct a couple of comments to reflect GTK 3's existence --- unix/unifont.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/unifont.c b/unix/unifont.c index c8256794..c09db90e 100644 --- a/unix/unifont.c +++ b/unix/unifont.c @@ -1295,7 +1295,7 @@ static char *x11font_size_increment(unifont *font, int increment) #if GTK_CHECK_VERSION(2,0,0) /* ---------------------------------------------------------------------- - * Pango font implementation (for GTK 2 only). + * Pango font implementation (for GTK 2+ only). */ #if defined PANGO_PRE_1POINT4 && !defined PANGO_PRE_1POINT6 @@ -2325,7 +2325,7 @@ static char *multifont_size_increment(unifont *font, int increment) #if GTK_CHECK_VERSION(2,0,0) /* ---------------------------------------------------------------------- - * Implementation of a unified font selector. Used on GTK 2 only; + * Implementation of a unified font selector. Used on GTK 2+ only; * for GTK 1 we still use the standard font selector. */