[maemo-commits] [maemo-commits] r12516 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jun 27 17:45:24 EEST 2007
- Previous message: [maemo-commits] r12515 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r12517 - in projects/haf/trunk/hildon-desktop: . background-manager src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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,
- Previous message: [maemo-commits] r12515 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r12517 - in projects/haf/trunk/hildon-desktop: . background-manager src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]