From: Mikael Magnusson Date: Sun, 13 May 2007 21:13:29 +0000 (+0000) Subject: fix error in client_directional_edge_search that ignored all windows in the same... X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=73e7b2925ad39d5bde6c916a0e8da0c500fb147e;p=chaz%2Fopenbox fix error in client_directional_edge_search that ignored all windows in the same layer --- diff --git a/openbox/client.c b/openbox/client.c index 39bd94d5..3d6ae529 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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) \