mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-22 01:40:43 -05:00
Merge branch 'no-xtest' into 'master'
xwayland: Start without XTEST extension. See merge request wlroots/wlroots!5234
This commit is contained in:
commit
fc239bd3a6
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ noreturn static void exec_xwayland(struct wlr_xwayland_server *server,
|
||||||
argv[i++] = server->display_name;
|
argv[i++] = server->display_name;
|
||||||
argv[i++] = "-rootless";
|
argv[i++] = "-rootless";
|
||||||
argv[i++] = "-core";
|
argv[i++] = "-core";
|
||||||
|
argv[i++] = "-extension";
|
||||||
|
argv[i++] = "XTEST";
|
||||||
|
|
||||||
argv[i++] = "-terminate";
|
argv[i++] = "-terminate";
|
||||||
#if HAVE_XWAYLAND_TERMINATE_DELAY
|
#if HAVE_XWAYLAND_TERMINATE_DELAY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue