summaryrefslogtreecommitdiff
path: root/mate-panel/xstuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/xstuff.c')
-rw-r--r--mate-panel/xstuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/xstuff.c b/mate-panel/xstuff.c
index bffa507a..ee18522b 100644
--- a/mate-panel/xstuff.c
+++ b/mate-panel/xstuff.c
@@ -233,7 +233,7 @@ draw_zoom_animation (GdkScreen *gscreen,
int i, j;
GC frame_gc;
XGCValues gcv;
- GdkColor color = { 65535, 65535, 65535 };
+ GdkColor color = { .pixel = 0, .red = 65535, .green = 65535, .blue = 65535 };
Display *dpy;
Window root_win;
int screen;