[maemo-commits] [maemo-commits] r19128 - in projects/haf/trunk/clutter0.8: clutter/x11 debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Aug 12 16:18:40 EEST 2009
- Previous message: [maemo-commits] r19127 - in projects/haf/trunk/clutter0.8: clutter/x11 debian
- Next message: [maemo-commits] r19129 - projects/haf/tags/clutter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala
Date: 2009-08-12 16:18:37 +0300 (Wed, 12 Aug 2009)
New Revision: 19128
Modified:
projects/haf/trunk/clutter0.8/clutter/x11/clutter-x11-texture-pixmap.c
projects/haf/trunk/clutter0.8/debian/changelog
Log:
fix for NB#131879
Modified: projects/haf/trunk/clutter0.8/clutter/x11/clutter-x11-texture-pixmap.c
===================================================================
--- projects/haf/trunk/clutter0.8/clutter/x11/clutter-x11-texture-pixmap.c 2009-08-12 12:05:30 UTC (rev 19127)
+++ projects/haf/trunk/clutter0.8/clutter/x11/clutter-x11-texture-pixmap.c 2009-08-12 13:18:37 UTC (rev 19128)
@@ -342,7 +342,8 @@
break;
/* Only sync the window pixmap if the size has changed */
if (xev->xconfigure.width != priv->pixmap_width ||
- xev->xconfigure.height != priv->pixmap_height)
+ xev->xconfigure.height != priv->pixmap_height ||
+ !priv->window_mapped)
clutter_x11_texture_pixmap_sync_window (texture);
break;
}
Modified: projects/haf/trunk/clutter0.8/debian/changelog
===================================================================
--- projects/haf/trunk/clutter0.8/debian/changelog 2009-08-12 12:05:30 UTC (rev 19127)
+++ projects/haf/trunk/clutter0.8/debian/changelog 2009-08-12 13:18:37 UTC (rev 19128)
@@ -1,12 +1,17 @@
-clutter (0.8.2-0maemo44~unreleased) unstable; urgency=low
+clutter (0.8.2-0maemo44) unstable; urgency=low
Kimmo:
* clutter/x11/clutter-x11-texture-pixmap.c
(clutter_x11_texture_pixmap_update_area_real): Remove dead code related to
unused 'data_allocated' variable. (Coverity found it.)
- -- Gordon Williams <gordon.williams at collabora.co.uk> Tue, 11 Aug 2009 09:50:25 +0300
+ Gordon:
+ * clutter/x11/clutter-x11-texture-pixmap.c (on_x_event_filter_too): Update
+ the window also if ConfigureNotify comes for an unmapped window.
+ * Fixes: NB#131879 - Problem handling damage for a fullscreen window
+ -- Gordon Williams <gordon.williams at collabora.co.uk> Wed, 12 Aug 2009 16:16:35 +0300
+
clutter (0.8.2-0maemo43) unstable; urgency=low
* clutter/clutter-stage.c (clutter_stage_set_damaged_area): Clip to screen.
- Previous message: [maemo-commits] r19127 - in projects/haf/trunk/clutter0.8: clutter/x11 debian
- Next message: [maemo-commits] r19129 - projects/haf/tags/clutter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
