window-actor: Don't use TFP under XWayland
Simply have a NULL surface actor until the set_window_id arrives...
This commit is contained in:
parent
a318198ab4
commit
ba484be754
@ -343,7 +343,7 @@ meta_window_actor_sync_surface_actor (MetaWindowActor *self)
|
|||||||
{
|
{
|
||||||
if (window->surface)
|
if (window->surface)
|
||||||
surface = window->surface->surface_actor;
|
surface = window->surface->surface_actor;
|
||||||
else
|
else if (!meta_is_wayland_compositor ())
|
||||||
surface = meta_surface_actor_x11_new (window);
|
surface = meta_surface_actor_x11_new (window);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user