diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-12 19:41:22 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-12 19:41:22 +0000 |
| commit | 950b85b9880012ed45b81854b5b5865b1de08a87 (patch) | |
| tree | d82e9e8b49b009bc7f7515159746fe2603e87aaf | |
| parent | e531f6900672fc278481b7ebf664fe2221517909 (diff) | |
oops i fucked up tore's patch. better.
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
