mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
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:
parent
757674a9d6
commit
8e0bc053d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user