mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
get xwayland working again
This commit is contained in:
parent
ba484be754
commit
ac32b9ef95
@ -1613,7 +1613,8 @@ meta_window_new (MetaDisplay *display,
|
||||
META_WINDOW_CLIENT_TYPE_X11,
|
||||
NULL,
|
||||
xwindow,
|
||||
TRUE,
|
||||
/* XXX */
|
||||
!meta_is_wayland_compositor (),
|
||||
existing_wm_state,
|
||||
effect,
|
||||
&attrs);
|
||||
|
@ -48,6 +48,8 @@ xserver_set_window_id (struct wl_client *client,
|
||||
{
|
||||
surface->window = window;
|
||||
window->surface = surface;
|
||||
|
||||
meta_window_set_surface_mapped (window, TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user