diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-07-06 06:28:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-06 06:28:01 -0700 |
commit | 3d2595b1028ce1f7cf0ceff673e7180c6c991afb (patch) | |
tree | a645930a9b105185a5f2dbddbe8ca8acf50a4559 /include/sway/config.h | |
parent | f63b209d51bab84aacb001adfd443c7f4c9a8cfe (diff) | |
parent | a06d45a14d1f222a42d23bf1f49bb6995dc3b27b (diff) |
Merge branch 'master' into remove-input-fix
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index e75b0664..ac668c24 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -50,6 +50,7 @@ struct sway_mode { char *name; list_t *keysym_bindings; list_t *keycode_bindings; + bool pango; }; struct input_config_mapped_from_region { |