]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/xcb.h
Use a reasonable default sep_block_width if a separator_symbol is given
[i3/i3] / i3bar / include / xcb.h
index d8411a0a76ddc0974c4c23efabe2fb5a19a965ba..bb37e7d517921066922fca075ff6b591421c7834 100644 (file)
@@ -44,6 +44,9 @@ struct xcb_color_strings_t {
 
 typedef struct xcb_colors_t xcb_colors_t;
 
+/* Cached width of the custom separator if one was set */
+int separator_symbol_width;
+
 /*
  * Early initialization of the connection to X11: Everything which does not
  * depend on 'config'.
@@ -90,7 +93,7 @@ void kick_tray_clients(i3_output *output);
 
 /*
  * We need to set the _NET_SYSTEM_TRAY_COLORS atom on the tray selection window
- * to make GTK+ 3 applets with Symbolic Icons visible. If the colors are unset,
+ * to make GTK+ 3 applets with symbolic icons visible. If the colors are unset,
  * they assume a light background.
  * See also https://bugzilla.gnome.org/show_bug.cgi?id=679591
  *