1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00

* src/emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate): Mark the end

of HAVE_XWIDGETS protection.
This commit is contained in:
Grégoire Jadi 2013-06-12 11:16:44 +02:00
parent f8fae094b9
commit 5c77269b59

View file

@ -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)