diff options
author | Grégoire Jadi <gregoire.jadi@gmail.com> | 2013-06-12 11:16:44 +0200 |
---|---|---|
committer | Grégoire Jadi <gregoire.jadi@gmail.com> | 2013-06-12 11:16:44 +0200 |
commit | 5c77269b59c8d8d88fa91ec2c949294db1bb2131 (patch) | |
tree | 5a5a68ff70220c74ccc64cbf96ce9b91dd00e95b /src/emacsgtkfixed.c | |
parent | f8fae094b9fa0630930625d048155a164f29fe51 (diff) | |
download | emacs-5c77269b59c8d8d88fa91ec2c949294db1bb2131.tar.gz |
* src/emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate): Mark the end
of HAVE_XWIDGETS protection.
Diffstat (limited to 'src/emacsgtkfixed.c')
-rw-r--r-- | src/emacsgtkfixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |