summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2019-11-18 16:35:51 +0100
committerRobert Pluim <rpluim@gmail.com>2019-11-18 16:36:21 +0100
commited52618e707682e812002c98b99efe4baf43e1ca (patch)
tree3bafcfa332651cd171394ea7b3f863cf9aa28833 /src/gtkutil.c
parent899bd78c4fe81ee8e9de7677674396f2dea37510 (diff)
downloademacs-ed52618e707682e812002c98b99efe4baf43e1ca.tar.gz
; Fix previous commit
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 4bab4059c35..25ef5dd248d 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -2228,7 +2228,7 @@ xg_get_file_name (struct frame *f,
static char *x_last_font_name;
-#if HAVE_GTK3
+#ifdef HAVE_GTK3
static gboolean
xg_font_filter (const PangoFontFamily *family,
const PangoFontFace *face,