mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland: add wlr_xwayland_server_options.terminate_delay
This allows users to specify a delay after which the Xwayland process terminates itself when there are no more X11 clients connected.
This commit is contained in:
parent
7ad67e0f1d
commit
352064d76d
3 changed files with 18 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ struct wlr_xwayland_server_options {
|
|||
bool lazy;
|
||||
bool enable_wm;
|
||||
bool no_touch_pointer_emulation;
|
||||
int terminate_delay; // in seconds, 0 to terminate immediately
|
||||
};
|
||||
|
||||
struct wlr_xwayland_server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue