diff options
Diffstat (limited to 'trashapplet/src/xstuff.c')
-rw-r--r-- | trashapplet/src/xstuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trashapplet/src/xstuff.c b/trashapplet/src/xstuff.c index b7432a09..91c8c8fe 100644 --- a/trashapplet/src/xstuff.c +++ b/trashapplet/src/xstuff.c @@ -42,7 +42,7 @@ draw_zoom_animation (GdkScreen *gscreen, int i, j; GC frame_gc; XGCValues gcv; - GdkColor color = { 65535, 65535, 65535 }; + GdkColor color = { 0, 65535, 65535, 65535 }; Display *dpy; Window root_win; int screen; |