]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Fix colormap handling for containers. (#2450)
[i3/i3] / include / data.h
index 9f835a233ec57f5dcae4f72f9101ceb9007ac17e..247cd3c50af134ec12c769688303464a7d69153c 100644 (file)
@@ -699,4 +699,7 @@ struct Con {
 
     /* Depth of the container window */
     uint16_t depth;
+
+    /* The colormap for this con if a custom one is used. */
+    xcb_colormap_t colormap;
 };