oops i fucked up tore's patch. better.

This commit is contained in:
Dana Jansens 2003-08-12 19:41:22 +00:00
parent e531f69006
commit 950b85b988

View 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_edge_end = cur->frame->area.y + cur->frame->area.height;
his_offset = cur->frame->area.x + cur->frame->area.width; his_offset = cur->frame->area.x + cur->frame->area.width;
if(his_offset + 1 < my_offset) if(his_offset + 1 > my_offset)
continue; continue;
if(his_offset < dest) if(his_offset < dest)