summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-12 18:56:56 +0000
committerDana Jansens <danakj@orodu.net>2007-05-12 18:56:56 +0000
commit811fa21940629236eb15345b4034bcc278bf7ba9 (patch)
tree5aa14b3cfd6a432900c5f80f4cde8e6857c582dc /openbox/client.c
parent5812a81c18b770dc5449be36648f5990f982dae7 (diff)
remove the edges_hit_layers_below option. don't use windows in other layers for resistance
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
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) \