diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-27 02:40:36 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-27 02:40:36 +0200 |
commit | 1b401ff5fa2ca8e710986e61227389cedde10a05 (patch) | |
tree | 50605f92b6ad6629c6ab546e47bb44590761c62f | |
parent | 603813e094a40707eb0d9e4238348c6bdf857993 (diff) | |
download | mate-panel-1b401ff5fa2ca8e710986e61227389cedde10a05.tar.bz2 mate-panel-1b401ff5fa2ca8e710986e61227389cedde10a05.tar.xz |
Fix variables for GTK2
-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; |