aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-08-18 03:48:41 -0700
committerFurkan Sahin <furkan-dev@proton.me>2015-08-18 03:48:41 -0700
commit4b770c9d5856cd6ff10ed92382edddb834f69b25 (patch)
tree3884645d160d5f3572e3fe821da23fd8088a9d09 /include
parent92bb81ae4e2ee6f43ddf69daf0f78e450113d63a (diff)
minor fixes
Diffstat (limited to 'include')
-rw-r--r--include/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index b9511aac..9243bf35 100644
--- a/include/config.h
+++ b/include/config.h
@@ -33,17 +33,17 @@ struct sway_config {
list_t *cmd_queue;
list_t *workspace_outputs;
struct sway_mode *current_mode;
- uint32_t floating_mod;
+ uint32_t floating_mod;
// Flags
bool focus_follows_mouse;
bool mouse_warping;
- bool active;
- bool failed;
+ bool active;
+ bool failed;
bool reloading;
};
-bool load_config();
+bool load_config(void);
bool read_config(FILE *file, bool is_active);
char *do_var_replacement(struct sway_config *config, char *str);