diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-18 01:07:12 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-18 01:07:12 -0700 |
commit | 4606fb1ee3102dcaeab005d64eeead5842a5cd3e (patch) | |
tree | bca27e2363a8c6e4a51dc8f19d48ca95c699a987 /include/config.h | |
parent | f0fe4a346d46b2033d8ceff9b06b558d82f51f6d (diff) | |
parent | e541ba3d876de8ce2812482fc6bfa13b236c6a58 (diff) |
merged Luminarys resizing code
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 38e93eb8..b9511aac 100644 --- a/include/config.h +++ b/include/config.h @@ -3,6 +3,7 @@ #include <stdint.h> #include <wlc/wlc.h> +#include <xkbcommon/xkbcommon.h> #include "list.h" struct sway_variable { @@ -32,6 +33,7 @@ struct sway_config { list_t *cmd_queue; list_t *workspace_outputs; struct sway_mode *current_mode; + uint32_t floating_mod; // Flags bool focus_follows_mouse; |