]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/workspaces.h
Added Unicode-Support
[i3/i3] / i3bar / include / workspaces.h
index ae3c130337b1b25e0ff0d069c97ca2264ecd0944..e32e7c21a4521f4de98d943d20c7c179267e9861 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef WORKSPACES_H_
 #define WORKSPACES_H_
 
+#include <xcb/xproto.h>
+
 #include "common.h"
 
 typedef struct i3_ws i3_ws;
@@ -13,6 +15,8 @@ void free_workspaces();
 struct i3_ws {
     int                num;
     char               *name;
+    xcb_char2b_t       *ucs2_name;
+    int                name_glyphs;
     int                name_width;
     bool               visible;
     bool               focused;