]> git.sur5r.net Git - i3/i3/blobdiff - include/configuration.h
Merge branch 'release-4.16.1'
[i3/i3] / include / configuration.h
index 3eccca4cef604d3ebbd89ab4650ffb682d075700..6f55ac2a57f7fe7ef280ca956267b46c63b82db9 100644 (file)
@@ -201,6 +201,13 @@ struct Config {
      * decoration. Marks starting with a "_" will be ignored either way. */
     bool show_marks;
 
+    /** Title alignment options. */
+    enum {
+        ALIGN_LEFT,
+        ALIGN_CENTER,
+        ALIGN_RIGHT
+    } title_align;
+
     /** The default border style for new windows. */
     border_style_t default_border;
 
@@ -427,7 +434,7 @@ void ungrab_all_keys(xcb_connection_t *conn);
  * Sends the current bar configuration as an event to all barconfig_update listeners.
  *
  */
-void update_barconfig();
+void update_barconfig(void);
 
 /**
  * Kills the configerror i3-nagbar process, if any.