]> git.sur5r.net Git - i3/i3/blobdiff - include/config_parser.h
make i3-nagbar work properly on hi-dpi displays
[i3/i3] / include / config_parser.h
index e18e5cf2a892180436c870b0261ab7035ec8026f..9fc3bf2ffb5ea63e2b3e22bef34a69f9472dd9d5 100644 (file)
@@ -33,7 +33,10 @@ struct ConfigResultIR *parse_config(const char *input, struct context *context);
 
 /**
  * Parses the given file by first replacing the variables, then calling
- * parse_config and possibly launching i3-nagbar.
+ * parse_config and launching i3-nagbar if use_nagbar is true.
+ *
+ * The return value is a boolean indicating whether there were errors during
+ * parsing.
  *
  */
-void parse_file(const char *f);
+bool parse_file(const char *f, bool use_nagbar);