Fix manage of _NET_WINDOW_TYPE_DESKTOP at reload

This commit is contained in:
David Delassus 2012-05-02 10:25:46 +02:00
parent 3721ed582e
commit 39cea3ec54

View File

@ -250,6 +250,9 @@ wmfs_scan(void)
continue; continue;
} }
if(ewmh_manage_window_type_desktop(w[i]))
continue;
if(XGetWindowProperty(W->dpy, w[i], ATOM("_WMFS_TAG"), 0, 32, if(XGetWindowProperty(W->dpy, w[i], ATOM("_WMFS_TAG"), 0, 32,
False, XA_CARDINAL, &rt, &rf, &ir, &il, False, XA_CARDINAL, &rt, &rf, &ir, &il,
(unsigned char**)&ret) (unsigned char**)&ret)