mirror of
https://github.com/brl/mutter.git
synced 2025-01-12 04:34:40 +00: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
|
else
|
||||||
{
|
{
|
||||||
XCompositeRedirectWindow (xdisplay, xwin, CompositeRedirectManual);
|
XCompositeRedirectWindow (xdisplay, xwin, CompositeRedirectManual);
|
||||||
meta_window_actor_detach_x11_pixmap (self);
|
meta_window_actor_detach (self);
|
||||||
}
|
}
|
||||||
|
|
||||||
self->priv->unredirected = unredirected;
|
self->priv->unredirected = unredirected;
|
||||||
|
Loading…
Reference in New Issue
Block a user