aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobert Pluim2019-11-18 16:35:51 +0100
committerRobert Pluim2019-11-18 16:36:21 +0100
commited52618e707682e812002c98b99efe4baf43e1ca (patch)
tree3bafcfa332651cd171394ea7b3f863cf9aa28833 /src
parent899bd78c4fe81ee8e9de7677674396f2dea37510 (diff)
downloademacs-ed52618e707682e812002c98b99efe4baf43e1ca.tar.gz
emacs-ed52618e707682e812002c98b99efe4baf43e1ca.zip
; Fix previous commit
Diffstat (limited to 'src')
-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,
2228 2228
2229static char *x_last_font_name; 2229static char *x_last_font_name;
2230 2230
2231#if HAVE_GTK3 2231#ifdef HAVE_GTK3
2232static gboolean 2232static gboolean
2233xg_font_filter (const PangoFontFamily *family, 2233xg_font_filter (const PangoFontFamily *family,
2234 const PangoFontFace *face, 2234 const PangoFontFace *face,