if (!WINDOW_IS_CLIENT(it->data))
continue;
- /* only snap in the same layer */
- if (window_layer(it->data) != c->layer)
- continue;
target = it->data;
/* don't snap to self or non-visibles */
for (it = stacking_list; it; it = g_list_next(it)) {
if (!WINDOW_IS_CLIENT(it->data))
continue;
- /* only snap in the same layer */
- if (window_layer(it->data) != c->layer)
- continue;
target = it->data;
/* don't snap to invisibles or ourself */