aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/config.h1
-rw-r--r--include/rootston/desktop.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h
index 0a67ac1e..97a8baab 100644
--- a/include/rootston/config.h
+++ b/include/rootston/config.h
@@ -60,6 +60,7 @@ struct roots_cursor_config {
struct roots_config {
bool xwayland;
+ bool xwayland_lazy;
struct wl_list outputs;
struct wl_list devices;
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index f150147b..83ff2ea8 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -65,7 +65,6 @@ struct roots_desktop {
#ifdef WLR_HAS_XWAYLAND
struct wlr_xwayland *xwayland;
struct wl_listener xwayland_surface;
- struct wl_listener xwayland_ready;
#endif
};