mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 00:26:40 -05:00
xwayland: Don't -retro
This means we see black instead of checkerboard for now when resizing, but that's better.
This commit is contained in:
parent
2f4563132a
commit
f9f2a82e18
@ -295,7 +295,7 @@ meta_xwayland_start (MetaXWaylandManager *manager,
|
||||
char **env;
|
||||
char *fd_string;
|
||||
char *log_path;
|
||||
char *args[11];
|
||||
char *args[10];
|
||||
GError *error;
|
||||
|
||||
wl_global_create (wl_display, &xserver_interface,
|
||||
@ -361,13 +361,12 @@ meta_xwayland_start (MetaXWaylandManager *manager,
|
||||
args[1] = manager->display_name;
|
||||
args[2] = "-wayland";
|
||||
args[3] = "-rootless";
|
||||
args[4] = "-retro";
|
||||
args[5] = "-noreset";
|
||||
args[6] = "-logfile";
|
||||
args[7] = log_path;
|
||||
args[8] = "-nolisten";
|
||||
args[9] = "all";
|
||||
args[10] = NULL;
|
||||
args[4] = "-noreset";
|
||||
args[5] = "-logfile";
|
||||
args[6] = log_path;
|
||||
args[7] = "-nolisten";
|
||||
args[8] = "all";
|
||||
args[9] = NULL;
|
||||
|
||||
error = NULL;
|
||||
if (g_spawn_async (NULL, /* cwd */
|
||||
|
Loading…
Reference in New Issue
Block a user