diff options
-rw-r--r-- | mate-panel/panel-background.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-background.h b/mate-panel/panel-background.h index e8491dda..b5aeb6eb 100644 --- a/mate-panel/panel-background.h +++ b/mate-panel/panel-background.h @@ -66,9 +66,9 @@ struct _PanelBackground { GdkPixbuf *desktop; gulong monitor_signal; + GdkWindow *window; #if GTK_CHECK_VERSION (3, 0, 0) cairo_pattern_t *default_pattern; - GdkWindow *window; #else GdkPixmap *pixmap; GdkColormap *colormap; |