]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
remove the edges_hit_layers_below option. don't use windows in other layers for resis...
[chaz/openbox] / openbox / client.c
index ffac20d8f496d3181d7fec855748074922621eab..8428be6b54db3d060cc3c1e0cbfaee0c0f34edb6 100644 (file)
@@ -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) \
This page took 0.022835 seconds and 4 git commands to generate.