From 02e648c1b2be5aee77893b38bd4fc9923c359fe8 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Wed, 18 May 2022 14:43:48 +0000 Subject: xwayland: Add support for -force-xrandr-emulation --- include/wlr/xwayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 165ea944..f1c76f69 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -24,6 +24,7 @@ struct wlr_xwayland_server_options { bool lazy; bool enable_wm; bool no_touch_pointer_emulation; + bool force_xrandr_emulation; int terminate_delay; // in seconds, 0 to terminate immediately }; -- cgit v1.2.3