]> 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 8e48c0c138e0734ea34ea77eae1ceddd689107c8..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'.