diff options
author | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-10-22 01:34:32 +0200 |
---|---|---|
committer | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-10-22 01:39:12 +0200 |
commit | edf33aad29f142c08ad8ecbac7fb859c92d128e3 (patch) | |
tree | 49c85672cf9ba8e0fa08994b27b8f37c73be4022 /include | |
parent | fc1bacf034c4e18dec435883e8804508d3c95fe0 (diff) |
config: Add "seamless_mouse" to decide if pointer crosses output edges.
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 2a8e36fa..56fba691 100644 --- a/include/config.h +++ b/include/config.h @@ -55,6 +55,7 @@ struct sway_config { bool reloading; bool reading; bool auto_back_and_forth; + bool seamless_mouse; int gaps_inner; int gaps_outer; |