diff options
| author | Grégoire Jadi | 2013-06-12 11:16:44 +0200 |
|---|---|---|
| committer | Grégoire Jadi | 2013-06-12 11:16:44 +0200 |
| commit | 5c77269b59c8d8d88fa91ec2c949294db1bb2131 (patch) | |
| tree | 5a5a68ff70220c74ccc64cbf96ce9b91dd00e95b /src | |
| parent | f8fae094b9fa0630930625d048155a164f29fe51 (diff) | |
| download | emacs-5c77269b59c8d8d88fa91ec2c949294db1bb2131.tar.gz emacs-5c77269b59c8d8d88fa91ec2c949294db1bb2131.zip | |
* src/emacsgtkfixed.c (emacs_fixed_gtk_widget_size_allocate): Mark the end
of HAVE_XWIDGETS protection.
Diffstat (limited to 'src')
| -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, | |||
| 184 | 184 | ||
| 185 | } | 185 | } |
| 186 | 186 | ||
| 187 | #endif | 187 | #endif /* HAVE_XWIDGETS */ |
| 188 | 188 | ||
| 189 | static void | 189 | static void |
| 190 | emacs_fixed_class_init (EmacsFixedClass *klass) | 190 | emacs_fixed_class_init (EmacsFixedClass *klass) |