aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorVincent Vanlaer <vincent.vanlaer@skynet.be>2018-05-06 22:22:39 +0200
committerVincent Vanlaer <vincent.vanlaer@skynet.be>2018-05-06 23:41:29 +0200
commit31861b3a7a2a4f3dc278278dadec60a70138c74e (patch)
tree203964572b0580a96d5e5f51904ff400e590f1cd /include/rootston
parentc80bf1591e5cea26bd29e1b4b4680d4ef3693833 (diff)
Add option to rootston to start xwayland lazy
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/config.h1
1 files changed, 1 insertions, 0 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;