diff options
author | Vincent Vanlaer <vincent.vanlaer@skynet.be> | 2018-05-06 22:22:39 +0200 |
---|---|---|
committer | Vincent Vanlaer <vincent.vanlaer@skynet.be> | 2018-05-06 23:41:29 +0200 |
commit | 31861b3a7a2a4f3dc278278dadec60a70138c74e (patch) | |
tree | 203964572b0580a96d5e5f51904ff400e590f1cd /include | |
parent | c80bf1591e5cea26bd29e1b4b4680d4ef3693833 (diff) |
Add option to rootston to start xwayland lazy
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/config.h | 1 |
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; |