From 889442828b94e9b5090ad116c50a383461633e2b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 11 Jun 2007 00:02:06 +0000 Subject: [PATCH] white client areas --- src/preview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preview.c b/src/preview.c index 9127e97..7e463a8 100644 --- a/src/preview.c +++ b/src/preview.c @@ -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, -- 2.34.1