diff options
Diffstat (limited to 'include/wlr/xwayland.h')
-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 3689b8b3..aa9569fe 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -22,6 +22,7 @@ struct wlr_xwayland_cursor; struct wlr_xwayland_server_options { bool lazy; bool enable_wm; + bool no_touch_pointer_emulation; }; struct wlr_xwayland_server { |