From 811fa21940629236eb15345b4034bcc278bf7ba9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 12 May 2007 18:56:56 +0000 Subject: remove the edges_hit_layers_below option. don't use windows in other layers for resistance --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index ffac20d8..8428be6b 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3710,7 +3710,7 @@ ObClient *client_search_transient(ObClient *self, ObClient *search) continue; \ if(cur->iconic) \ continue; \ - if(cur->layer < c->layer && !config_resist_layers_below) \ + if(cur->layer == c->layer) \ continue; #define HIT_EDGE(my_edge_start, my_edge_end, his_edge_start, his_edge_end) \ -- cgit v1.2.3