mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 21:35:58 +01:00
whooops
This commit is contained in:
parent
49cc9c34dd
commit
76f21b9dbe
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ bool isNeighbor(CWindow* a, CWindow* b) {
|
||||||
const auto POSA = a->getPosition();
|
const auto POSA = a->getPosition();
|
||||||
const auto POSB = b->getPosition();
|
const auto POSB = b->getPosition();
|
||||||
const auto SIZEA = a->getSize();
|
const auto SIZEA = a->getSize();
|
||||||
const auto SIZEB = a->getSize();
|
const auto SIZEB = b->getSize();
|
||||||
|
|
||||||
if (POSA.x != 0) {
|
if (POSA.x != 0) {
|
||||||
if (STICKS(POSA.x, (POSB.x + SIZEB.x))) {
|
if (STICKS(POSA.x, (POSB.x + SIZEB.x))) {
|
||||||
|
|
Loading…
Reference in a new issue