mirror of
https://github.com/swaywm/sway
synced 2024-11-18 00:24:17 +01:00
Make it clear that unmanaged views don't have a container
view->swayc is NULL anyway.
This commit is contained in:
parent
8aa195e311
commit
a44a71c116
@ -63,7 +63,7 @@ static struct sway_container *container_at_cursor(struct sway_cursor *cursor,
|
|||||||
*surface = xsurface->surface;
|
*surface = xsurface->surface;
|
||||||
*sx = cursor->x - box.x;
|
*sx = cursor->x - box.x;
|
||||||
*sy = cursor->y - box.y;
|
*sy = cursor->y - box.y;
|
||||||
return view->swayc;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user