From 950b85b9880012ed45b81854b5b5865b1de08a87 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 19:41:22 +0000 Subject: [PATCH] oops i fucked up tore's patch. better. --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.44.0