fix error in client_directional_edge_search that ignored all windows in the same layer

This commit is contained in:
Mikael Magnusson 2007-05-13 21:13:29 +00:00
parent eb7a3a0638
commit 73e7b2925a

View file

@ -3746,8 +3746,6 @@ ObClient *client_search_transient(ObClient *self, ObClient *search)
if(screen_desktop != cur->desktop && cur->desktop != DESKTOP_ALL) \
continue; \
if(cur->iconic) \
continue; \
if(cur->layer == c->layer) \
continue;
#define HIT_EDGE(my_edge_start, my_edge_end, his_edge_start, his_edge_end) \