]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
oops i fucked up tore's patch. better.
[chaz/openbox] / openbox / client.c
index 6333c892bc1cd7fa36e483cb2fcccc50ede1116d..41bd57f887714530119dcba93434e0b5dca46e12 100644 (file)
@@ -2877,7 +2877,7 @@ int client_directional_edge_search(ObClient *c, ObDirection dir)
             his_edge_end = cur->frame->area.y + cur->frame->area.height;
             his_offset = cur->frame->area.x + cur->frame->area.width;
 
-            if(his_offset + 1 < my_offset)
+            if(his_offset + 1 > my_offset)
                 continue;
             
             if(his_offset < dest)
This page took 0.025231 seconds and 4 git commands to generate.