diff options
-rw-r--r-- | mate-panel/button-widget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/button-widget.c b/mate-panel/button-widget.c index 2d3c29b3..a0f08339 100644 --- a/mate-panel/button-widget.c +++ b/mate-panel/button-widget.c @@ -396,10 +396,10 @@ button_widget_expose (GtkWidget *widget, ButtonWidget *button_widget; GtkButton *button; GdkWindow *window; -#if GTK_CHECK_VERSION (3, 0, 0) - GtkStateFlags state_flags; int width; int height; +#if GTK_CHECK_VERSION (3, 0, 0) + GtkStateFlags state_flags; #else GtkAllocation allocation; #endif |