Fix manage of _NET_WINDOW_TYPE_DESKTOP at reload
This commit is contained in:
parent
3721ed582e
commit
39cea3ec54
@ -250,6 +250,9 @@ wmfs_scan(void)
|
||||
continue;
|
||||
}
|
||||
|
||||
if(ewmh_manage_window_type_desktop(w[i]))
|
||||
continue;
|
||||
|
||||
if(XGetWindowProperty(W->dpy, w[i], ATOM("_WMFS_TAG"), 0, 32,
|
||||
False, XA_CARDINAL, &rt, &rf, &ir, &il,
|
||||
(unsigned char**)&ret)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user