]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Use 32bit visual only when needed. Thus we could drop the --enable-32bit-visual option.
[i3/i3] / include / data.h
index 6cf3515e64dc362fbfc98febf1e5e24d354e434e..f4ed9a3ef598250fbb5a0f26471337c36a68f27d 100644 (file)
@@ -322,6 +322,9 @@ struct Window {
      * (assignments run only once) */
     uint32_t nr_assignments;
     Assignment **ran_assignments;
+
+    /** Depth of the window */
+    uint16_t depth;
 };
 
 /**