[maemo-commits] [maemo-commits] r12516 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jun 27 17:45:24 EEST 2007
Author: jobi
Date: 2007-06-27 17:45:22 +0300 (Wed, 27 Jun 2007)
New Revision: 12516

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-picture.c
Log:

2007-06-27  Johan Bilien  <johan.bilien at nokia.com>

	* libhildondesktop/hildon-desktop-picture.c:
	- fixed loading of mask-only picture



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-27 14:40:41 UTC (rev 12515)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-27 14:45:22 UTC (rev 12516)
@@ -1,5 +1,10 @@
 2007-06-27  Johan Bilien  <johan.bilien at nokia.com>
 
+	* libhildondesktop/hildon-desktop-picture.c:
+	- fixed loading of mask-only picture
+
+2007-06-27  Johan Bilien  <johan.bilien at nokia.com>
+
 	* src/main.c:
 	- removed thread protection for GDK. Only the main thread
 	shall access GDK / GTK

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-picture.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-picture.c	2007-06-27 14:40:41 UTC (rev 12515)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-picture.c	2007-06-27 14:45:22 UTC (rev 12516)
@@ -248,12 +248,12 @@
     }
 
 
+  pa.repeat = True;
   if (color)
     {
       format = XRenderFindStandardFormat (display,
                                           PictStandardARGB32);
 
-      pa.repeat = True;
       *picture = XRenderCreatePicture (display,
                                        pixmap,
                                        format,


More information about the maemo-commits mailing list