summaryrefslogtreecommitdiff
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-07-06 04:57:46 -0700
committerGitHub <[email protected]>2018-07-06 04:57:46 -0700
commita06d45a14d1f222a42d23bf1f49bb6995dc3b27b (patch)
tree6589d60a90583e11cfeb5117e45cdef997bf56f9 /include/sway/config.h
parentddbf43779429426fc2e89cfe1da7f390042cdbcc (diff)
parent78c08fb0a281cbe74c56f0a2ea4b9370b9372661 (diff)
Merge pull request #2217 from RedSoxFan/fix-663
Implement mode --pango_markup
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
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 {