From 9dd4388ed9ffd5fdbd2a81f8f8bccd3c3f976d7a Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 2 Aug 2018 23:29:34 +0100 Subject: [PATCH] xwayland: document SIGUSR1 handler --- include/wlr/xwayland.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 39644dc1..2eda768a 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -184,6 +184,14 @@ struct wlr_xwayland_resize_event { uint32_t edges; }; +/** Create an Xwayland server. + * + * The server supports a lazy mode in which Xwayland is only started when a + * client tries to connect. + * + * Note: wlr_xwayland will setup a global SIGUSR1 handler on the compositor + * process. + */ struct wlr_xwayland *wlr_xwayland_create(struct wl_display *wl_display, struct wlr_compositor *compositor, bool lazy);