fix error in client_directional_edge_search that ignored all windows in the same...
authorMikael Magnusson <mikachu@comhem.se>
Sun, 13 May 2007 21:13:29 +0000 (21:13 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sun, 13 May 2007 21:13:29 +0000 (21:13 +0000)
openbox/client.c

index 39bd94d..3d6ae52 100644 (file)
@@ -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) \