oops i fucked up tore's patch. better.
This commit is contained in:
parent
e531f69006
commit
950b85b988
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue