]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Handle the EWMH atom _NET_WM_DESKTOP.
[i3/i3] / include / data.h
index 959068e0f78da0800db35cd5148de3e1380afed4..3a059e7bf7d3898ebb6613f18687065823ab43f9 100644 (file)
@@ -398,6 +398,9 @@ struct Window {
     /** The _NET_WM_WINDOW_TYPE for this window. */
     xcb_atom_t window_type;
 
+    /** The _NET_WM_DESKTOP for this window. */
+    uint32_t wm_desktop;
+
     /** Whether the window says it is a dock window */
     enum { W_NODOCK = 0,
            W_DOCK_TOP = 1,