]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Merge pull request #1665 from Airblader/feature-1658
[i3/i3] / include / data.h
index 75bff3a2d80b97946b7ac02e29a4020b98a2d5b5..6cb6babc56d5ec0668a55799bde0a3885f2f98ea 100644 (file)
@@ -382,6 +382,9 @@ struct Window {
      * default will be 'accepts focus'. */
     bool doesnt_accept_focus;
 
+    /** The _NET_WM_WINDOW_TYPE for this window. */
+    xcb_atom_t window_type;
+
     /** Whether the window says it is a dock window */
     enum { W_NODOCK = 0,
            W_DOCK_TOP = 1,
@@ -412,6 +415,7 @@ struct Match {
     struct regex *instance;
     struct regex *mark;
     struct regex *window_role;
+    xcb_atom_t window_type;
     enum {
         U_DONTCHECK = -1,
         U_LATEST = 0,