]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/xcb.h
Merge pull request #1669 from Airblader/feature-docs-2
[i3/i3] / i3bar / include / xcb.h
index 8e48c0c138e0734ea34ea77eae1ceddd689107c8..2e34c7760e299e2f36b74e1919cab6c67c547635 100644 (file)
@@ -2,7 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3bar - an xcb-based status- and ws-bar for i3
- * © 2010-2012 Axel Wagner and contributors (see also: LICENSE)
+ * © 2010 Axel Wagner and contributors (see also: LICENSE)
  *
  * xcb.c: Communicating with X
  *
@@ -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'.