From: Dana Jansens Date: Tue, 12 Aug 2003 19:41:22 +0000 (+0000) Subject: oops i fucked up tore's patch. better. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=950b85b9880012ed45b81854b5b5865b1de08a87;p=chaz%2Fopenbox oops i fucked up tore's patch. better. --- diff --git a/openbox/client.c b/openbox/client.c index 6333c892..41bd57f8 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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)