[Goodies-commits] r2913 - ristretto/trunk/src
Stephan Arts
stephan at xfce.org
Fri Jul 13 13:02:14 CEST 2007
Author: stephan
Date: 2007-07-13 11:02:14 +0000 (Fri, 13 Jul 2007)
New Revision: 2913
Modified:
ristretto/trunk/src/picture_viewer.c
Log:
changwe background color (black does not work well with the xfce svg logo)
Modified: ristretto/trunk/src/picture_viewer.c
===================================================================
--- ristretto/trunk/src/picture_viewer.c 2007-07-13 10:56:29 UTC (rev 2912)
+++ ristretto/trunk/src/picture_viewer.c 2007-07-13 11:02:14 UTC (rev 2913)
@@ -203,10 +203,7 @@
{
GdkPixbuf *pixbuf = RSTTO_PICTURE_VIEWER(widget)->dst_pixbuf;
GdkColor color;
- color.pixel = 0;
- color.red = 0;
- color.green = 0;
- color.blue = 0;
+ color.pixel = 0xdddddddd;
/* required for transparent pixbufs... add double buffering to fix flickering*/
if(GTK_WIDGET_REALIZED(widget))
{
More information about the Goodies-commits
mailing list