summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-27 02:40:36 +0200
committerStefano Karapetsas <[email protected]>2013-10-27 02:40:36 +0200
commit1b401ff5fa2ca8e710986e61227389cedde10a05 (patch)
tree50605f92b6ad6629c6ab546e47bb44590761c62f
parent603813e094a40707eb0d9e4238348c6bdf857993 (diff)
downloadmate-panel-1b401ff5fa2ca8e710986e61227389cedde10a05.tar.bz2
mate-panel-1b401ff5fa2ca8e710986e61227389cedde10a05.tar.xz
Fix variables for GTK2
-rw-r--r--mate-panel/panel-background.h2
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;