[maemo-commits] [maemo-commits] r19252 - in projects/haf/trunk/clutter0.8: clutter/x11 debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Sat Aug 29 17:54:08 EEST 2009
- Previous message: [maemo-commits] r19251 - in projects/haf/trunk/libmatchbox2: . debian matchbox/comp-mgr matchbox/core
- Next message: [maemo-commits] r19253 - in projects/haf/trunk/hildon-welcome: . data debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2009-08-29 17:54:05 +0300 (Sat, 29 Aug 2009) New Revision: 19252 Modified: projects/haf/trunk/clutter0.8/clutter/x11/clutter-x11-texture-pixmap.c projects/haf/trunk/clutter0.8/debian/changelog Log: * clutter/x11/clutter-x11-texture-pixmap.c (clutter_x11_texture_pixmap_set_redirection): Allow setting the redirection irrespective of Clutter's idea of it. 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-29 14:48:56 UTC (rev 19251) +++ projects/haf/trunk/clutter0.8/clutter/x11/clutter-x11-texture-pixmap.c 2009-08-29 14:54:05 UTC (rev 19252) @@ -1108,7 +1108,7 @@ priv = texture->priv; - if (setting && !priv->window_redirected && priv->window) + if (setting && priv->window) { clutter_x11_trap_x_errors (); XCompositeRedirectWindow (dpy, @@ -1120,7 +1120,7 @@ XSync (dpy, False); clutter_x11_untrap_x_errors (); } - else if (!setting && priv->window_redirected && priv->window) + else if (!setting && priv->window) { clutter_x11_trap_x_errors (); XCompositeUnredirectWindow (dpy, Modified: projects/haf/trunk/clutter0.8/debian/changelog =================================================================== --- projects/haf/trunk/clutter0.8/debian/changelog 2009-08-29 14:48:56 UTC (rev 19251) +++ projects/haf/trunk/clutter0.8/debian/changelog 2009-08-29 14:54:05 UTC (rev 19252) @@ -1,6 +1,9 @@ clutter (0.8.2-0maemo47~unreleased) unstable; urgency=low - * foo + Kimmo: + * clutter/x11/clutter-x11-texture-pixmap.c + (clutter_x11_texture_pixmap_set_redirection): Allow setting the + redirection irrespective of Clutter's idea of it. -- Gordon Williams <gordon.williams at collabora.co.uk> Mon, 24 Aug 2009 15:59:29 +0300
- Previous message: [maemo-commits] r19251 - in projects/haf/trunk/libmatchbox2: . debian matchbox/comp-mgr matchbox/core
- Next message: [maemo-commits] r19253 - in projects/haf/trunk/hildon-welcome: . data debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]