]> Dogcows Code - chaz/openbox/commitdiff
oops i fucked up tore's patch. better.
authorDana Jansens <danakj@orodu.net>
Tue, 12 Aug 2003 19:41:22 +0000 (19:41 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 12 Aug 2003 19:41:22 +0000 (19:41 +0000)
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.027844 seconds and 4 git commands to generate.