[maemo-commits] [maemo-commits] r11992 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed May 30 18:49:52 EEST 2007
- Previous message: [maemo-commits] r11991 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r11993 - in projects/haf/trunk/gtkhtml: . debian upstream/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-05-30 18:49:50 +0300 (Wed, 30 May 2007) New Revision: 11992 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c projects/haf/trunk/hildon-desktop/src/hd-panel-window.c Log: 2007-05-30 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-home-area.c: - reset the child's window as "shaped" after a change of style Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-05-30 15:36:02 UTC (rev 11991) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-05-30 15:49:50 UTC (rev 11992) @@ -1,3 +1,8 @@ +2007-05-30 Johan Bilien <johan.bilien at nokia.com> + + * libhildondesktop/hildon-home-area.c: + - reset the child's window as "shaped" after a change of style + 2007-05-30 Moises Martinez <moises.martinez at nokia.com> * libhildonwm/hd-wm.c: @@ -4,7 +9,7 @@ - send signal for launch banner when application has a proper name. * libhildonwm/hd-wm-watchable-app.[ch]: - Added method to change name of dummy HDWMWatchableApp - + 2007-05-29 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 0.0.15 Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-05-30 15:36:02 UTC (rev 11991) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-05-30 15:49:50 UTC (rev 11992) @@ -872,6 +872,10 @@ if (!old_style) return; + /* HACK: Pretend the child shaped so GDK does not add the + * child to the parent's clip list (see #412882) */ + ((GdkWindowObject *)child->window)->shaped = TRUE; + gtk_container_child_get (GTK_CONTAINER (area), child, "child-data", &child_data, NULL); Modified: projects/haf/trunk/hildon-desktop/src/hd-panel-window.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hd-panel-window.c 2007-05-30 15:36:02 UTC (rev 11991) +++ projects/haf/trunk/hildon-desktop/src/hd-panel-window.c 2007-05-30 15:49:50 UTC (rev 11992) @@ -122,6 +122,13 @@ alpha = gdk_pixbuf_get_has_alpha (pixbuf); rowstride = gdk_pixbuf_get_rowstride (pixbuf); + g_debug ("Loaded: %s, %ix%i, rowstride: %i, alpha: %i", + filename, + pw, + ph, + rowstride, + alpha); + pixmap = XCreatePixmap (GDK_DISPLAY (), GDK_WINDOW_XID (widget->window), pw, @@ -629,6 +636,8 @@ window); } +/* gtk_widget_set_app_paintable (GTK_WIDGET (window), TRUE); */ + window->priv = HD_PANEL_WINDOW_GET_PRIVATE (window); #endif }
- Previous message: [maemo-commits] r11991 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r11993 - in projects/haf/trunk/gtkhtml: . debian upstream/patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]