1
0
Fork 0

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:
Jasper St. Pierre 2013-12-09 13:59:02 -05:00
parent a318198ab4
commit ba484be754

View file

@ -343,7 +343,7 @@ meta_window_actor_sync_surface_actor (MetaWindowActor *self)
{
if (window->surface)
surface = window->surface->surface_actor;
else
else if (!meta_is_wayland_compositor ())
surface = meta_surface_actor_x11_new (window);
}