diff --git a/src/fe-gtk/xtext.c b/src/fe-gtk/xtext.c index 972ac35f..c90a2c1d 100644 --- a/src/fe-gtk/xtext.c +++ b/src/fe-gtk/xtext.c @@ -4429,7 +4429,7 @@ gtk_xtext_render_page (GtkXText * xtext) * If we're not currently inside ::draw, xtext->draw_cr is NULL. In that case * just request a redraw and let the normal GTK paint cycle do the work. */ -#ifdef HAVE_GTK3 +#if HAVE_GTK3 if (xtext->draw_cr == NULL) { GtkWidget *w = GTK_WIDGET (xtext);