diff options
author | Joshua Ashton <joshua@froggi.es> | 2022-05-18 14:43:48 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-05-23 07:30:28 +0000 |
commit | 02e648c1b2be5aee77893b38bd4fc9923c359fe8 (patch) | |
tree | b938f1f0b31613090102d819aa95eeaa63de1835 /include/wlr | |
parent | 17b2b06633729f1826715c1d0b84614aa3cedb3a (diff) |
xwayland: Add support for -force-xrandr-emulation
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 }; |