[mutter] meta-window-actor: Correctly create a new pixmap when redirecting a window again
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] meta-window-actor: Correctly create a new pixmap when redirecting a window again
- Date: Sat, 2 Feb 2013 10:02:59 +0000 (UTC)
commit 2ecc50af535d6dbdba07b18b7834979cbb12b41a
Author: Adel Gadllah <adel gadllah gmail com>
Date: Sat Feb 2 10:27:35 2013 +0100
meta-window-actor: Correctly create a new pixmap when redirecting a window again
We should call meta_window_actor_detach not
meta_window_actor_queue_create_pixmap to create a new pixmap when we redirect a
previously unredirected window again.
https://bugzilla.gnome.org/show_bug.cgi?id=693042
src/compositor/meta-window-actor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/compositor/meta-window-actor.c b/src/compositor/meta-window-actor.c
index 180cfdc..8963f39 100644
--- a/src/compositor/meta-window-actor.c
+++ b/src/compositor/meta-window-actor.c
@@ -1217,7 +1217,7 @@ meta_window_actor_set_redirected (MetaWindowActor *self, gboolean state)
meta_error_trap_push (display);
XCompositeRedirectWindow (xdisplay, xwin, CompositeRedirectManual);
meta_error_trap_pop (display);
- meta_window_actor_queue_create_pixmap (self);
+ meta_window_actor_detach (self);
self->priv->unredirected = FALSE;
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]