window-actor: Fix build

This was renamed to detach_x11_pixmap on the Wayland branch, and was
blindly cherry-picked onto master.
This commit is contained in:
Jasper St. Pierre 2014-02-01 10:39:40 -05:00
parent 757674a9d6
commit 8e0bc053d4

View File

@ -1264,7 +1264,7 @@ meta_window_actor_set_unredirected (MetaWindowActor *self,
else
{
XCompositeRedirectWindow (xdisplay, xwin, CompositeRedirectManual);
meta_window_actor_detach_x11_pixmap (self);
meta_window_actor_detach (self);
}
self->priv->unredirected = unredirected;