From 5c77269b59c8d8d88fa91ec2c949294db1bb2131 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9goire=20Jadi?= Date: Wed, 12 Jun 2013 11:16:44 +0200 Subject: [PATCH] * src/emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate): Mark the end of HAVE_XWIDGETS protection. --- src/emacsgtkfixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c index 6df0b2422b1..f675bd76d97 100644 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c @@ -184,7 +184,7 @@ static void emacs_fixed_gtk_widget_size_allocate (GtkWidget *widget, } -#endif +#endif /* HAVE_XWIDGETS */ static void emacs_fixed_class_init (EmacsFixedClass *klass) -- 2.39.2