aboutsummaryrefslogtreecommitdiff
path: root/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.h')
-rw-r--r--sway/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/config.h b/sway/config.h
index b2475871..bcf65ec8 100644
--- a/sway/config.h
+++ b/sway/config.h
@@ -12,7 +12,7 @@ struct sway_variable {
struct sway_binding {
list_t *keys;
- struct wlc_modifiers modifiers;
+ uint32_t modifiers;
char *command;
};
@@ -28,5 +28,6 @@ struct sway_config {
};
struct sway_config *read_config(FILE *file);
+char *do_var_replacement(struct sway_config *config, char *str);
#endif