white client areas
authorDana Jansens <danakj@orodu.net>
Mon, 11 Jun 2007 00:02:06 +0000 (00:02 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 11 Jun 2007 00:02:06 +0000 (00:02 +0000)
src/preview.c

index 9127e97ce9de65e5dea88446585bcb67a1a56166..7e463a80b28748a24640a1fd7253187401daa93a 100644 (file)
@@ -443,7 +443,7 @@ static GdkPixbuf* preview_window(RrTheme *theme, const gchar *titlelayout,
     gdk_pixbuf_copy_area(scratch, 0, 0, w, h, pixbuf, x, y);
 
     /* clear (no alpha!) the area where the client resides */
-    gdk_pixbuf_fill(scratch, 0);
+    gdk_pixbuf_fill(scratch, 0xffffffff);
     gdk_pixbuf_copy_area(scratch, 0, 0,
                          w - 2*theme->cbwidthx,
                          h - 2*theme->cbwidthy,