xwayland: Add support for -force-xrandr-emulation

This commit is contained in:
Joshua Ashton 2022-05-18 14:43:48 +00:00 committed by Simon Ser
parent 17b2b06633
commit 02e648c1b2
3 changed files with 13 additions and 0 deletions

View file

@ -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
};