From: Grégoire Jadi Date: Wed, 12 Jun 2013 09:16:44 +0000 (+0200) Subject: * src/emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate): Mark the end X-Git-Tag: emacs-25.0.90~2903^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c77269b59c8d8d88fa91ec2c949294db1bb2131;p=emacs.git * src/emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate): Mark the end of HAVE_XWIDGETS protection. --- 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)