]> git.sur5r.net Git - i3/i3/blobdiff - include/config_directives.h
Merge branch 'master' into next
[i3/i3] / include / config_directives.h
index f9b7a47fdf2493c5b2af6101750b35f772b05932..e6b792c463906552711be4788393f21d83098e41 100644 (file)
@@ -7,8 +7,7 @@
  * config_directives.h: all config storing functions (see config_parser.c)
  *
  */
-#ifndef I3_CONFIG_DIRECTIVES_H
-#define I3_CONFIG_DIRECTIVES_H
+#pragma once
 
 #include "config_parser.h"
 
@@ -74,7 +73,6 @@ CFGFUN(bar_socket_path, const char *socket_path);
 CFGFUN(bar_tray_output, const char *output);
 CFGFUN(bar_color_single, const char *colorclass, const char *color);
 CFGFUN(bar_status_command, const char *command);
+CFGFUN(bar_binding_mode_indicator, const char *value);
 CFGFUN(bar_workspace_buttons, const char *value);
 CFGFUN(bar_finish);
-
-#endif