From 73e7b2925ad39d5bde6c916a0e8da0c500fb147e Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 13 May 2007 21:13:29 +0000 Subject: [PATCH] fix error in client_directional_edge_search that ignored all windows in the same layer --- openbox/client.c | 2 -- 1 file changed, 2 deletions(-) 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) \ -- 2.39.2