Blob Blame History Raw
--- libwnck-2.16.0/libwnck/pager.c.viewports	2006-06-29 09:56:52.000000000 -0400
+++ libwnck-2.16.0/libwnck/pager.c	2006-09-25 15:52:57.000000000 -0400
@@ -944,6 +944,10 @@
       vh = height_ratio * wnck_screen_get_height (pager->priv->screen);
 
       cr = gdk_cairo_create (widget->window);
+      gdk_cairo_set_source_color (cr, &widget->style->base[state]);
+      cairo_rectangle (cr, rect->x, rect->y, rect->width, rect->height);
+      cairo_fill (cr);
+       
       gdk_cairo_set_source_color (cr, &widget->style->dark[state]);
       cairo_rectangle (cr, vx, vy, vw, vh);
       cairo_fill (cr);